Ben Lin
2024-06-18 ebbd788fbb2c0b45d4473798efc57eec8ba74a25
src/store/index.ts
@@ -1,7 +1,9 @@
import type { App } from 'vue';
import { createPinia } from 'pinia';
import { registerPiniaPersistPlugin } from '@/store/plugin/persist';
const store = createPinia();
registerPiniaPersistPlugin(store);
export function setupStore(app: App<Element>) {
  app.use(store);