import { createPinia } from 'pinia' const pinia = createPinia() export default pinia // 方便导入 store export * from './auth'