chore: update deps
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import type { App } from 'vue'
|
||||
// import type { App } from 'vue'
|
||||
import { createPinia } from 'pinia'
|
||||
import piniaPluginPersist from 'pinia-plugin-persist'
|
||||
|
||||
@@ -6,7 +6,7 @@ const store = createPinia()
|
||||
|
||||
store.use(piniaPluginPersist)
|
||||
|
||||
export const setupStore = (app: App<Element>) => {
|
||||
export const setupStore = (app: any) => {
|
||||
app.use(store)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user