add: reactive store

Add useLocalStorage from VueUse
This commit is contained in:
Fiona Lena Urban 2025-05-10 14:32:40 +02:00
parent 27f051cf14
commit 9498911e7a
4 changed files with 81 additions and 98 deletions

View file

@ -1,11 +1,8 @@
export type Card = {
ppr: number
pps: number
ppl: number
uuid: string
name: string
price: string
roles: string
sheets: string
layers: string
uuid : string
name : string
price : string
roles : string
sheets : string
layers : string
}