Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can't add any "tutorials" from http://localhost:8081/add #1

Open
asloan7 opened this issue Oct 3, 2022 · 0 comments
Open

can't add any "tutorials" from http://localhost:8081/add #1

asloan7 opened this issue Oct 3, 2022 · 0 comments

Comments

@asloan7
Copy link

asloan7 commented Oct 3, 2022

git clone ...
npm install
npm run serve
(a lot of warnings, mostly about prettier)

Some other warnings
warning: Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any) at src\components\TutorialDetails.vue:76:21:
74 | },
75 | methods: {

76 | getTutorial(id: any) {
| ^

warning: 'Route' is defined but never used (@typescript-eslint/no-unused-vars) at src\shims-vue.d.ts:1:21:

1 | import VueRouter, { Route } from "vue-router";
| ^

warning: Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any) at src\types\ResponseData.ts:2:9:
1 | export default interface ResponseData {

2 | data: any;
| ^

++++++++++++++++
App running at:

The Submit button on http://localhost:8081/add does nothing...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant