chore: update deps

This commit is contained in:
kailong321200875
2022-06-05 20:39:16 +08:00
parent 1c339a6039
commit a4526d7cb4
9 changed files with 182 additions and 182 deletions

View File

@@ -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)
}