add: reactive store
Add useLocalStorage from VueUse
This commit is contained in:
parent
27f051cf14
commit
9498911e7a
4 changed files with 81 additions and 98 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue