first commit
This commit is contained in:
10
resources/admin/stores/index.ts
Normal file
10
resources/admin/stores/index.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
import { createPinia } from 'pinia'
|
||||
import type { App } from 'vue'
|
||||
|
||||
const store = createPinia()
|
||||
|
||||
export function bootstrapStore(app: App) : void {
|
||||
app.use(store)
|
||||
}
|
||||
|
||||
export default store
|
Reference in New Issue
Block a user