14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
// import { createPinia, defineStore } from "pinia";
|
|
// import piniaPluginPersistedstate from "pinia-plugin-persistedstate";
|
|
// export class StoreAssist{
|
|
// private pinia:any=createPinia();
|
|
// constructor() {
|
|
// this.pinia.use(piniaPluginPersistedstate);
|
|
// }
|
|
|
|
|
|
|
|
// }
|
|
|
|
|