Added client profile update

This commit is contained in:
Donald Zou 2025-08-11 14:35:54 +08:00
parent f59111025b
commit 5c58f548c0

View File

@ -1,5 +1,5 @@
<script setup lang="ts"> <script setup lang="ts">
import {ref, watch} from "vue" import {ref} from "vue"
import LocaleText from "@/components/text/localeText.vue"; import LocaleText from "@/components/text/localeText.vue";
import { fetchGet } from "@/utilities/fetch.js" import { fetchGet } from "@/utilities/fetch.js"
import { DashboardConfigurationStore } from "@/stores/DashboardConfigurationStore" import { DashboardConfigurationStore } from "@/stores/DashboardConfigurationStore"