2.pinia.js 123 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 import { createPinia } from 'pinia' export const store = createPinia() export default function (app) { app.use(store) }