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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
需要在Drawer show为true之前,获取Drawer实例DOM。但是现在Drawer是懒挂载的,需要show改为true后,才能生成实例DOM
Expected API (期望的 API) Drawer组件添加一个lazy属性,默认为true,懒挂载。设为false时,初始化时立马挂载。
No response
The text was updated successfully, but these errors were encountered:
类似 ant design 中的forceRender
https://ant-design.antgroup.com/components/drawer-cn
Sorry, something went wrong.
Modal也需要这个懒挂载这个特性。
Modal
有display-directive的组件建议都推广show:lazy参数。
display-directive
show:lazy
ref: Tabs增加懒加载功能(lazy-load for tabs) · Issue #1374 · tusen-ai/naive-ui
No branches or pull requests
Clear and concise description of the problem
需要在Drawer show为true之前,获取Drawer实例DOM。但是现在Drawer是懒挂载的,需要show改为true后,才能生成实例DOM
Suggested solution
Expected API (期望的 API)
Drawer组件添加一个lazy属性,默认为true,懒挂载。设为false时,初始化时立马挂载。
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: