feat: Add persist option to useCounterStore
All checks were successful
CI / cache-and-install (push) Successful in 1m36s
All checks were successful
CI / cache-and-install (push) Successful in 1m36s
This commit is contained in:
10
package.json
10
package.json
@ -27,7 +27,7 @@
|
||||
"nprogress": "^0.2.0",
|
||||
"page-stack-vue3": "^2.5.6",
|
||||
"pinia": "^2.2.2",
|
||||
"pinia-plugin-persistedstate": "^3.2.3",
|
||||
"pinia-plugin-persistedstate": "^4.0.1",
|
||||
"radash": "^12.1.0",
|
||||
"tdesign-icons-vue-next": "^0.2.6",
|
||||
"tdesign-mobile-vue": "^1.4.1",
|
||||
@ -67,7 +67,7 @@
|
||||
"lint-staged": "^15.2.10",
|
||||
"npm-run-all2": "^6.2.2",
|
||||
"prettier": "^3.3.3",
|
||||
"typescript": "~5.5.4",
|
||||
"typescript": "~5.6.2",
|
||||
"unocss": "^0.62.3",
|
||||
"unplugin-auto-import": "^0.18.2",
|
||||
"unplugin-icons": "^0.19.3",
|
||||
@ -81,11 +81,7 @@
|
||||
"vitest": "^2.0.5",
|
||||
"vue-tsc": "^2.1.6"
|
||||
},
|
||||
"pnpm": {
|
||||
"patchedDependencies": {
|
||||
"vue-router@4.4.3": "patches/vue-router@4.4.3.patch"
|
||||
}
|
||||
},
|
||||
"pnpm": {},
|
||||
"lint-staged": {
|
||||
"src/**/*.{js,ts,vue}": [
|
||||
"prettier --write",
|
||||
|
Reference in New Issue
Block a user