Added client profile update

This commit is contained in:
Donald Zou
2025-08-11 14:35:54 +08:00
parent 2d08171e7c
commit 53079497a1

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"