Ffit2cloud-chenywrefactor: 初始化dev-v2
afd05faf创建于 2023年10月23日历史提交
import type { App } from 'vue'
import { createPinia } from 'pinia'

const store = createPinia()

export const setupStore = (app: App<Element>) => {
  app.use(store)
}

export { store }