同步vben

This commit is contained in:
JinMao 2021-09-20 11:22:14 +08:00
parent 42bd7b0153
commit 820597813b

View File

@ -106,10 +106,10 @@ const formRef = ref();
const loading = ref(false); const loading = ref(false);
const rememberMe = ref(false); const rememberMe = ref(false);
const formData = reactive({ const formData = reactive({
account: 'admin', account: '',
password: '123456', password: '',
}); });
const { validForm } = useFormValid(formRef); const { validForm } = useFormValid(formRef);