You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
warning: Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any) at src\types\ResponseData.ts:2:9:
1 | export default interface ResponseData {
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: {
warning: 'Route' is defined but never used (@typescript-eslint/no-unused-vars) at src\shims-vue.d.ts:1:21:
warning: Unexpected any. Specify a different type (@typescript-eslint/no-explicit-any) at src\types\ResponseData.ts:2:9:
1 | export default interface ResponseData {
++++++++++++++++
App running at:
The Submit button on http://localhost:8081/add does nothing...
The text was updated successfully, but these errors were encountered: