ปรับสมรรถนะ
This commit is contained in:
parent
67d8038def
commit
38dcbb3428
8 changed files with 138 additions and 88 deletions
|
|
@ -1,6 +1,9 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { ref } from "vue";
|
||||
|
||||
// store
|
||||
// store
|
||||
export const useKPIDataStore = defineStore("KPIDataStore", () => {
|
||||
return {};
|
||||
const competencyType = ref<string>("ID1");
|
||||
|
||||
return { competencyType };
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue