1
0
mirror of https://github.com/zclzone/vue-naive-admin.git synced 2025-05-02 07:09:01 +08:00
2022-09-18 20:05:40 +08:00

8 lines
125 B
JavaScript

import { createPinia } from 'pinia'
export function setupStore(app) {
app.use(createPinia())
}
export * from './modules'