添加对ele的支持,目前vben支持还不是特别完善
This commit is contained in:
@@ -31,12 +31,12 @@ const props = withDefaults(defineProps<Props>(), {
|
||||
loading: false,
|
||||
qrCodeLoginPath: '/auth/qrcode-login',
|
||||
registerPath: '/auth/register',
|
||||
showCodeLogin: true,
|
||||
showForgetPassword: true,
|
||||
showQrcodeLogin: true,
|
||||
showRegister: true,
|
||||
showCodeLogin: false,
|
||||
showForgetPassword: false,
|
||||
showQrcodeLogin: false,
|
||||
showRegister: false,
|
||||
showRememberMe: true,
|
||||
showThirdPartyLogin: true,
|
||||
showThirdPartyLogin: false,
|
||||
submitButtonText: '',
|
||||
subTitle: '',
|
||||
title: '',
|
||||
|
||||
Reference in New Issue
Block a user