เพิ่มโครงสร้าง folder งวด 5

This commit is contained in:
Warunee Tamkoo 2024-02-15 11:46:25 +07:00
parent f57a28c19f
commit 06f921e4e1
27 changed files with 263 additions and 10 deletions

View file

@ -0,0 +1,6 @@
import { defineStore } from "pinia";
// store
export const useDevelopmentDataStore = defineStore("developmentDataStore", () => {
return {};
});