wzg hace 5 meses
padre
commit
e52aa5189e
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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;