2.pinia.ts 160 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 import { createPinia } from 'pinia' import type { App } from 'vue' export const store = createPinia() export default function (app: App) { app.use(store) }