index.js 87 B

1234
  1. import {createPinia} from "pinia";
  2. const store = createPinia()
  3. export default store