wzg 5 月之前
父節點
當前提交
e52aa5189e
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/store/index.ts

+ 5 - 0
src/store/index.ts

@@ -0,0 +1,5 @@
+import { createPinia } from "pinia";
+
+const store = createPinia();
+
+export default store;