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
4.2.6
vue版本
https://next.antdv.com/components/tabs-cn#tabs
文档https://next.antdv.com/components/tabs-cn#tabs
destroyInactiveTabPane和forceRender写的默认值false
destroyInactiveTabPane
forceRender
false
但是如果我在<a-tab-pane> 和<a-tabs>不手动写false的话 使用ref.value.fun()是不能直接调用 手动写了就可以
<a-tab-pane>
<a-tabs>
ref.value.fun()
文档和使用情况一致
文档和使用情况不一致
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Version
4.2.6
Environment
vue版本
Reproduction link
https://next.antdv.com/components/tabs-cn#tabs
Steps to reproduce
文档https://next.antdv.com/components/tabs-cn#tabs
destroyInactiveTabPane
和forceRender
写的默认值false
但是如果我在
<a-tab-pane>
和<a-tabs>
不手动写false的话 使用ref.value.fun()
是不能直接调用 手动写了就可以What is expected?
文档和使用情况一致
What is actually happening?
文档和使用情况不一致
The text was updated successfully, but these errors were encountered: