fix: 账号设置warning问题

This commit is contained in:
hao.dai
2024-04-24 15:43:11 +08:00
parent 0d325b6eb8
commit 826f37bcc4
@@ -252,6 +252,7 @@ onMounted(() => {
</script> </script>
<template> <template>
<div>
<VRow> <VRow>
<VCol cols="12"> <VCol cols="12">
<VCard title="个人信息"> <VCard title="个人信息">
@@ -610,4 +611,5 @@ onMounted(() => {
</VCardText> </VCardText>
</VCard> </VCard>
</VDialog> </VDialog>
</div>
</template> </template>