UNPKG

create-iking-admin

Version:

金合技术中台脚手架

11 lines (7 loc) 197 B
import type { App } from 'vue'; import { createPinia } from 'pinia'; const store = createPinia(); export function setupStore(app: App<Element>) { app.use(store); } export { store };