添加对ele的支持,目前vben支持还不是特别完善

This commit is contained in:
xie7654
2025-07-03 10:17:33 +08:00
parent 78b9f9e832
commit 9a0d7846cf
61 changed files with 5424 additions and 29 deletions

View File

@@ -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: '',