We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446deb4 commit 54af478Copy full SHA for 54af478
package.json
@@ -17,8 +17,8 @@
17
"@vue/cli-service": "^4.5.12",
18
"@vue/compiler-sfc": "^3.0.11",
19
"babel-eslint": "^10.1.0",
20
- "eslint": "^6.7.2",
21
- "eslint-plugin-vue": "^6.2.2"
+ "eslint": "^7.25.0",
+ "eslint-plugin-vue": "^7.9.0"
22
},
23
"eslintConfig": {
24
"root": true,
src/main.js
@@ -1,4 +1,4 @@
1
import {createApp} from "vue";
2
-import App from './App.vue'
+import App from './App.vue';
3
4
createApp(App).mount('#app');
0 commit comments