(vuex) add vuex-persist and vuex composition

This commit is contained in:
2020-07-11 23:03:32 +02:00
parent 8683a62f16
commit 4f235a8264
2 changed files with 21 additions and 1 deletions

View File

@@ -15,7 +15,9 @@
"register-service-worker": "^1.7.1",
"vue": "^2.6.11",
"vue-router": "^3.2.0",
"vuex": "^3.4.0"
"vuex": "^3.4.0",
"vuex-composition-helpers": "^1.0.18",
"vuex-persist": "^2.2.0"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^2.33.0",