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