เพิ่มเมนู KPI
This commit is contained in:
parent
f1243f02cc
commit
cf66659b9a
6 changed files with 107 additions and 0 deletions
5
src/modules/08_KPI/store.ts
Normal file
5
src/modules/08_KPI/store.ts
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import { defineStore } from "pinia";
|
||||
|
||||
export const useKpiDataStore = defineStore("KPIDate", () => {
|
||||
return {};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue