ant-design-vue icon indicating copy to clipboard operation
ant-design-vue copied to clipboard

antdv tabs 文档错误destroyInactiveTabPane和forceRender的默认值是不是写错了

Open StevenTang1994 opened this issue 6 months ago • 0 comments
trafficstars

  • [ ] I have searched the issues of this repository and believe that this is not a duplicate.

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

destroyInactiveTabPaneforceRender写的默认值false

但是如果我在<a-tab-pane><a-tabs>不手动写false的话 使用ref.value.fun()是不能直接调用 手动写了就可以

What is expected?

文档和使用情况一致

What is actually happening?

文档和使用情况不一致

StevenTang1994 avatar May 12 '25 13:05 StevenTang1994