import {createPinia} from 'pinia'; export const store = createPinia(); // 全局挂载store export function setupStore(app) { app.use(store); }