github.com/e154/smart-home@v0.17.2-0.20240311175135-e530a6e5cd45/static_source/admin/src/store/index.ts (about) 1 import type { App } from 'vue' 2 import { createPinia } from 'pinia' 3 4 const store = createPinia() 5 6 export const setupStore = (app: App<Element>) => { 7 app.use(store) 8 } 9 10 export { store }