fix bug store
This commit is contained in:
parent
9c2a299197
commit
36fa1eefc3
3 changed files with 3 additions and 3 deletions
|
|
@ -3,7 +3,7 @@ import { ref } from "vue";
|
|||
import type { FormPlacementMainData } from "@/modules/05_placement/interface/request/Main";
|
||||
import type { FormOrderPlacementMainData } from "@/modules/05_placement/interface/request/Main";
|
||||
|
||||
export const useProfileDataStore = defineStore("profile", () => {
|
||||
export const useProfileDataStore = defineStore("profilePlacenent", () => {
|
||||
interface profile {
|
||||
main: { columns: String[] };
|
||||
education: { columns: String[] };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue