fix bug store

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2024-08-14 16:31:38 +07:00
parent 9c2a299197
commit 36fa1eefc3
3 changed files with 3 additions and 3 deletions

View file

@ -1,7 +1,7 @@
import { ref, computed } from "vue";
import { defineStore } from "pinia";
export const useProfileDataStore = defineStore("profile", () => {
export const useProfileDataStore = defineStore("profileOld", () => {
const isVerified = ref<boolean>(false);
const isEdit = ref<boolean>(false);
const emplployeeClass = ref<string | null>("");