use pinia to replace vuex, code refactor

This commit is contained in:
MaysWind
2023-06-10 23:13:31 +08:00
parent 0d84f2857f
commit 46d85e92cd
80 changed files with 4972 additions and 4859 deletions
+4 -4
View File
@@ -88,10 +88,10 @@
"licenseUrl": "https://github.com/vuejs/core/blob/v3.3.4/LICENSE"
},
{
"name": "vuex",
"copyright": "Copyright (c) 2015-present Evan You",
"url": "https://github.com/vuejs/vuex",
"licenseUrl": "https://github.com/vuejs/vuex/blob/v4.1.0/LICENSE"
"name": "Pinia",
"copyright": "Copyright (c) 2019-present Eduardo San Martin Morote",
"url": "https://github.com/vuejs/pinia",
"licenseUrl": "https://github.com/vuejs/pinia/blob/pinia%402.1.3/LICENSE"
},
{
"name": "vue-i18n",