wzg 5 tháng trước cách đây
mục cha
commit
e52aa5189e
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  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;