ngoctuanai's picture
Upload 135 files
3424203
raw
history blame
No virus
150 Bytes
import type { App } from 'vue'
import { store } from './helper'
export function setupStore(app: App) {
app.use(store)
}
export * from './modules'