เพิ่มเมนู KPI

This commit is contained in:
Warunee Tamkoo 2024-04-04 14:14:25 +07:00
parent f1243f02cc
commit cf66659b9a
6 changed files with 107 additions and 0 deletions

View file

@ -0,0 +1,5 @@
import { defineStore } from "pinia";
export const useKpiDataStore = defineStore("KPIDate", () => {
return {};
});