init.js 85 B

123
  1. import { createPinia } from 'pinia'
  2. const store = createPinia()
  3. export default store