refactor: 标签页重构,采用响应式storage

This commit is contained in:
xiaoxian521
2021-06-23 14:24:38 +08:00
parent 6a89af382f
commit 8177de106b
10 changed files with 181 additions and 236 deletions

View File

@@ -11,7 +11,7 @@
},
"husky": {
"hooks": {
"commit-msg": "node scripts/verify-commit.ts"
"commit-msg": "node scripts/verify-commit.js"
}
},
"dependencies": {
@@ -35,7 +35,7 @@
"path-to-regexp": "^6.2.0",
"pinia": "^2.0.0-beta.2",
"resize-observer-polyfill": "^1.5.1",
"responsive-storage": "^1.0.1",
"responsive-storage": "^1.0.4",
"v-contextmenu": "^3.0.0",
"vue": "^3.1.1",
"vue-i18n": "^9.1.6",