index.ts 159 字节
Newer Older
1 2 3 4 5 6
import { createPinia } from 'pinia';

export * from './app-store/app-store';
export * from './ui-store/ui-store';

export const piniaInstance = createPinia();