Merge branch 'nice' into develop
This commit is contained in:
commit
ca74bcead9
3 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
import { ref, computed } from "vue";
|
import { ref, computed } from "vue";
|
||||||
import { defineStore } from "pinia";
|
import { defineStore } from "pinia";
|
||||||
|
|
||||||
export const useProfileDataStore = defineStore("profile", () => {
|
export const useProfileDataStore = defineStore("profileOld", () => {
|
||||||
const isVerified = ref<boolean>(false);
|
const isVerified = ref<boolean>(false);
|
||||||
const isEdit = ref<boolean>(false);
|
const isEdit = ref<boolean>(false);
|
||||||
const emplployeeClass = ref<string | null>("");
|
const emplployeeClass = ref<string | null>("");
|
||||||
|
|
|
||||||
|
|
@ -3,7 +3,7 @@ import { ref } from "vue";
|
||||||
import type { FormPlacementMainData } from "@/modules/05_placement/interface/request/Main";
|
import type { FormPlacementMainData } from "@/modules/05_placement/interface/request/Main";
|
||||||
import type { FormOrderPlacementMainData } 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 {
|
interface profile {
|
||||||
main: { columns: String[] };
|
main: { columns: String[] };
|
||||||
education: { columns: String[] };
|
education: { columns: String[] };
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
import { ref, computed } from "vue";
|
import { ref, computed } from "vue";
|
||||||
import { defineStore } from "pinia";
|
import { defineStore } from "pinia";
|
||||||
|
|
||||||
export const useProfileDataStore = defineStore("profile", () => {
|
export const useProfileDataStore = defineStore("profileEmployee", () => {
|
||||||
interface profile {
|
interface profile {
|
||||||
main: { columns: String[] };
|
main: { columns: String[] };
|
||||||
education: { columns: String[] };
|
education: { columns: String[] };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue