缺少必填验证

This commit is contained in:
shizhong 2024-03-22 15:24:33 +08:00
parent 4d4c2a3bf9
commit 0f0cedf5df

View File

@ -30,6 +30,7 @@ export const rules = reactive({
username: [required], username: [required],
nickname: [required], nickname: [required],
password: [ password: [
required,
{ {
min: 4, min: 4,
max: 16, max: 16,