Feat: add persistentSettingsStore using LocalStorage plugin

This commit is contained in:
2024-05-19 18:44:07 +02:00
parent 5cd57a7266
commit 658add7888
4 changed files with 33 additions and 0 deletions
+3
View File
@@ -15,5 +15,8 @@
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@pinia-plugin-persistedstate/nuxt": "^1.2.0"
}
}