no message
This commit is contained in:
parent
7dbbfd5fcf
commit
fd1f5ce8e4
5 changed files with 140 additions and 31 deletions
|
|
@ -1,5 +1,9 @@
|
|||
import { defineStore } from "pinia";
|
||||
import { ref, } from "vue";
|
||||
|
||||
export const useInsigniaDataStore = defineStore("insignia", () => {
|
||||
return {};
|
||||
let optionsTypeOc = ref<any>([]);
|
||||
return {
|
||||
optionsTypeOc
|
||||
};
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue