plus-ui/src/store/index.ts

6 lines
90 B
TypeScript

import { createPinia } from "pinia";
const store = createPinia();
export default store;