fix(tabs): dropdown show (#6758)

pull/7091/head
Cherry7 1 year ago committed by GitHub
parent 8140f9ec02
commit 42982afa70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -144,6 +144,7 @@ export default defineComponent({
rtl,
onTabClick,
} = props;
if (!tabs.length) return null;
const dropdownPrefix = `${prefixCls}-dropdown`;
const dropdownAriaLabel = locale?.dropdownAriaLabel;

Loading…
Cancel
Save