We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vben Admin V5
使用connectedComponent形式,在useVbenModal内嵌套useVbenModal导致弹窗无法正常打开
<Modal :title="`${isEdit ? '编辑' : '新增'}标签`" class="w-2/4"> <Form> <template> </Form> <uploadCardModal> 123 </uploadCardModal> </Modal> const [uploadCardModal, uploadCardModalApi] = useVbenModal({ destroyOnClose: true, }); const openUploadFormModal = () => { uploadCardModalApi.open(); };
Chrome
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Version
Vben Admin V5
Describe the bug?
使用connectedComponent形式,在useVbenModal内嵌套useVbenModal导致弹窗无法正常打开
Reproduction
System Info
Relevant log output
No response
Validations
The text was updated successfully, but these errors were encountered: