Переход на Vue 3

This commit is contained in:
Book Pauk
2021-10-29 16:33:38 +07:00
parent 76e09ef34e
commit 8057e18ebc
4 changed files with 9 additions and 13 deletions

8
package-lock.json generated
View File

@@ -7831,12 +7831,12 @@
}
},
"vuex-persistedstate": {
"version": "2.7.1",
"resolved": "https://registry.npmjs.org/vuex-persistedstate/-/vuex-persistedstate-2.7.1.tgz",
"integrity": "sha512-Ktvp6Bt6ApYj35MuxTClu+9Lpukcgl3Z/0o4PU12+Z4jU6lyOMzos0k6zGT5xrukAkGM1VV3EYNwz1TnHPhgFA==",
"version": "4.1.0",
"resolved": "https://registry.npmjs.org/vuex-persistedstate/-/vuex-persistedstate-4.1.0.tgz",
"integrity": "sha512-3SkEj4NqwM69ikJdFVw6gObeB0NHyspRYMYkR/EbhR0hbvAKyR5gksVhtAfY1UYuWUOCCA0QNGwv9pOwdj+XUQ==",
"requires": {
"deepmerge": "^4.2.2",
"shvl": "^2.0.0"
"shvl": "^2.0.3"
}
},
"watchpack": {