ant-design-vue
ant-design-vue copied to clipboard
antdv tabs 文档错误destroyInactiveTabPane和forceRender的默认值是不是写错了
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
destroyInactiveTabPane和forceRender写的默认值false
但是如果我在<a-tab-pane> 和<a-tabs>不手动写false的话 使用ref.value.fun()是不能直接调用 手动写了就可以
What is expected?
文档和使用情况一致
What is actually happening?
文档和使用情况不一致