This commit is contained in:
jxxghp
2023-07-06 22:50:18 +08:00
parent d2c73bbeda
commit 0f4fa75bbf

View File

@@ -188,7 +188,7 @@ onMounted(() => {
<!-- Dialog Content -->
<VCard title="更新站点Cookie & UA">
<VCardText>
<VForm @submit.prevent="() => { }" ref="userPwForm">
<VForm @submit.prevent="() => {}">
<VRow>
<VCol cols="6">
<VTextField v-model="userPwForm.username" label="用户名" :rules="[requiredValidator]" />