Skip to content

Commit f9918a0

Browse files
committed
fix(CBreadcrumbs): disable inheriting class names by wrapper
1 parent 621b08c commit f9918a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/coreui-vue/src/components/breadcrumb/CBreadcrumb.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ import { defineComponent, h } from 'vue'
22

33
const CBreadcrumb = defineComponent({
44
name: 'CBreadcrumb',
5+
inheritAttrs: false,
56
setup(_, { slots, attrs }) {
67
return () =>
78
h(

0 commit comments

Comments
 (0)