index.ts 159 字节 编辑Web IDE 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();