Переход на Vue 3 - начало, пока ничего не работает

This commit is contained in:
Book Pauk
2021-10-27 23:09:20 +07:00
parent 1c0cf303a0
commit a18aec2f96
8 changed files with 263 additions and 178 deletions

View File

@@ -26,6 +26,7 @@
"@babel/eslint-plugin": "^7.14.5",
"@babel/plugin-proposal-decorators": "^7.15.8",
"@babel/preset-env": "^7.15.8",
"@vue/compiler-sfc": "^3.1.0",
"babel-loader": "^8.2.3",
"copy-webpack-plugin": "^9.0.1",
"css-loader": "^6.4.0",
@@ -35,11 +36,10 @@
"html-webpack-plugin": "^5.5.0",
"mini-css-extract-plugin": "^2.4.3",
"terser-webpack-plugin": "^5.2.4",
"vue-class-component": "^6.3.2",
"vue-class-component": "^7.2.6",
"vue-eslint-parser": "^8.0.0",
"vue-loader": "^15.9.8",
"vue-loader": "^16.0.0",
"vue-style-loader": "^4.1.3",
"vue-template-compiler": "^2.6.14",
"webpack": "^5.60.0",
"webpack-cli": "^4.9.1",
"webpack-dev-middleware": "^5.2.1",
@@ -48,7 +48,8 @@
"workbox-webpack-plugin": "^6.3.0"
},
"dependencies": {
"@quasar/extras": "^1.11.2",
"@quasar/extras": "^1.11.3",
"@vue/compat": "^3.1.0",
"axios": "^0.24.0",
"base-x": "^3.0.9",
"chardet": "^1.4.0",
@@ -67,7 +68,7 @@
"path-browserify": "^1.0.1",
"pidusage": "^3.0.0",
"pkg": "^4.4.9",
"quasar": "^1.16.0",
"quasar": "^2.2.1",
"safe-buffer": "^5.2.1",
"sjcl": "^1.0.8",
"sql-template-strings": "^2.2.2",
@@ -75,10 +76,10 @@
"sqlite3": "^5.0.2",
"tar-fs": "^2.1.1",
"unbzip2-stream": "^1.4.3",
"vue": "^2.6.14",
"vue-router": "^3.5.2",
"vue": "^3.1.0",
"vue-router": "^4.0.12",
"vue-sanitize": "^0.2.1",
"vuex": "^3.6.2",
"vuex": "^4.0.2",
"vuex-persistedstate": "^2.7.1",
"webdav": "^4.7.0",
"ws": "^8.2.3",