mirror of
https://github.com/jxxghp/MoviePilot-Frontend.git
synced 2026-05-11 18:10:49 +08:00
Merge pull request #245 from wikrin/dev
This commit is contained in:
@@ -215,6 +215,7 @@ onUnmounted(() => {
|
||||
hint="登录使用的用户名"
|
||||
persistent-hint
|
||||
active
|
||||
:rules="[(v: string) => !!v || '用户名不能为空', (v: string) => v.length >= 3 || '用户名不得小于三个字符']"
|
||||
/>
|
||||
</VCol>
|
||||
<VCol cols="12" md="6">
|
||||
|
||||
Reference in New Issue
Block a user