style(projects): 微调
This commit is contained in:
@@ -15,8 +15,8 @@ interface FormModel {
|
||||
}
|
||||
|
||||
const model = ref<FormModel>({
|
||||
userName: 'admin',
|
||||
password: 'admin123'
|
||||
userName: '',
|
||||
password: ''
|
||||
});
|
||||
|
||||
const rules = computed<Record<keyof FormModel, App.Global.FormRule[]>>(() => {
|
||||
|
||||
Reference in New Issue
Block a user