We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 166bac6 commit 6f0dab1Copy full SHA for 6f0dab1
components/breadcrumb/BreadcrumbItem.tsx
@@ -18,6 +18,7 @@ export default defineComponent({
18
name: 'ABreadcrumbItem',
19
__ANT_BREADCRUMB_ITEM: true,
20
props: breadcrumbItemProps,
21
+ emits: ['click'],
22
slots: ['separator', 'overlay'],
23
setup(props, { slots }) {
24
const { prefixCls } = useConfigInject('breadcrumb', props);
0 commit comments