index.js 89 B

1234567
  1. import {
  2. createPinia
  3. } from 'pinia';
  4. const store = createPinia();
  5. export default store