fix: breadcrumb-item click type, close #4832

pull/4839/head^2
tangjinzhou 2021-11-02 16:38:17 +08:00
parent 166bac62b4
commit 6f0dab1f72
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ export default defineComponent({
name: 'ABreadcrumbItem',
__ANT_BREADCRUMB_ITEM: true,
props: breadcrumbItemProps,
emits: ['click'],
slots: ['separator', 'overlay'],
setup(props, { slots }) {
const { prefixCls } = useConfigInject('breadcrumb', props);