File size: 150 Bytes
c742717
3424203
c742717
 
 
 
 
 
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'