fix: Dropdown show (#6757)
parent
d2b6eb9d94
commit
531ae16553
|
@ -142,6 +142,7 @@ export default defineComponent({
|
|||
onTabClick,
|
||||
popupClassName,
|
||||
} = props;
|
||||
if (!tabs.length) return null;
|
||||
const dropdownPrefix = `${prefixCls}-dropdown`;
|
||||
|
||||
const dropdownAriaLabel = locale?.dropdownAriaLabel;
|
||||
|
|
|
@ -266,6 +266,8 @@ declare module 'vue' {
|
|||
ABackTop: typeof import('ant-design-vue')['BackTop'];
|
||||
|
||||
AWatermark: typeof import('ant-design-vue')['Watermark'];
|
||||
|
||||
AStyleProvider: typeof import('ant-design-vue')['StyleProvider'];
|
||||
}
|
||||
}
|
||||
export {};
|
||||
|
|
Loading…
Reference in New Issue