Merge pull request #245 from wikrin/dev

This commit is contained in:
jxxghp
2024-11-23 19:21:03 +08:00
committed by GitHub
+1
View File
@@ -215,6 +215,7 @@ onUnmounted(() => {
hint="登录使用的用户名" hint="登录使用的用户名"
persistent-hint persistent-hint
active active
:rules="[(v: string) => !!v || '用户名不能为空', (v: string) => v.length >= 3 || '用户名不得小于三个字符']"
/> />
</VCol> </VCol>
<VCol cols="12" md="6"> <VCol cols="12" md="6">