This repository was archived by the owner on May 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3892
-5534
lines changed
Expand file tree Collapse file tree 3 files changed +3892
-5534
lines changed Original file line number Diff line number Diff line change 88 "lint" : " vue-cli-service lint"
99 },
1010 "dependencies" : {
11- "core-js" : " ^3.6.5 " ,
12- "serve" : " ^11.3.2 " ,
13- "vue" : " ^2.6.11 "
11+ "core-js" : " ^3.34.0 " ,
12+ "serve" : " ^14.2.1 " ,
13+ "vue" : " ^3.3.13 "
1414 },
1515 "devDependencies" : {
16- "@vue/cli-plugin-babel" : " ~4.4.0 " ,
17- "@vue/cli-plugin-eslint" : " ~4.4.0 " ,
18- "@vue/cli-service" : " ~4.4.0 " ,
19- "babel- eslint" : " ^10.1.0 " ,
20- "eslint" : " ^6.7.2 " ,
21- "eslint-plugin-vue" : " ^6.2 .2" ,
22- "vue-template-compiler" : " ^2.6.11 "
16+ "@vue/cli-plugin-babel" : " ~5.0.8 " ,
17+ "@vue/cli-plugin-eslint" : " ~5.0.8 " ,
18+ "@vue/cli-service" : " ~5.0.8 " ,
19+ "@ babel/ eslint-parser " : " ^7.23.3 " ,
20+ "eslint" : " ^8.56.0 " ,
21+ "eslint-plugin-vue" : " ^9.19 .2" ,
22+ "vue-template-compiler" : " ^2.7.15 "
2323 },
2424 "eslintConfig" : {
2525 "root" : true ,
3131 " eslint:recommended"
3232 ],
3333 "parserOptions" : {
34- "parser" : " babel- eslint"
34+ "parser" : " @ babel/ eslint-parser "
3535 },
3636 "rules" : {}
3737 },
Original file line number Diff line number Diff line change 1- import Vue from 'vue'
1+ import { createApp } from 'vue'
22import App from './App.vue'
33import './assets/index.css' ;
44
5- Vue . config . productionTip = false
6-
7- new Vue ( {
8- render : h => h ( App ) ,
9- } ) . $mount ( '#app' )
5+ createApp ( App ) . mount ( '#app' )
You can’t perform that action at this time.
0 commit comments