076ace8
1
2
3
4
5
6
7
8
9
import type { App } from 'vue' import { store } from './helper' export function setupStore(app: App) { app.use(store) } export * from './modules'