fixing load data source
This commit is contained in:
parent
f1c9af0611
commit
45f77014da
3 changed files with 26 additions and 7 deletions
9
src/modules/02_organization/store/chart.ts
Normal file
9
src/modules/02_organization/store/chart.ts
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { ref } from "vue";
|
||||
|
||||
export const useStructStore = defineStore("StructStore", () => {
|
||||
const dataSource = ref();
|
||||
return {
|
||||
dataSource,
|
||||
};
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue