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
+1
View File
@@ -22,4 +22,5 @@ export const useSettingsStore = defineStore("settingstore", {
getCardsType().value = style;
}
},
persist: true
});