Skip to content

Commit 6f0dab1

Browse files
committed
fix: breadcrumb-item click type, close #4832
1 parent 166bac6 commit 6f0dab1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/breadcrumb/BreadcrumbItem.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default defineComponent({
1818
name: 'ABreadcrumbItem',
1919
__ANT_BREADCRUMB_ITEM: true,
2020
props: breadcrumbItemProps,
21+
emits: ['click'],
2122
slots: ['separator', 'overlay'],
2223
setup(props, { slots }) {
2324
const { prefixCls } = useConfigInject('breadcrumb', props);

0 commit comments

Comments
 (0)