mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-09-08 01:06:41 +08:00
qb下载器添加用户名输入限制
This commit is contained in:
@@ -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">
|
||||||
|
|||||||
Reference in New Issue
Block a user