We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3747339 commit 359d744Copy full SHA for 359d744
src/components/Toggler/CToggler.vue
@@ -13,7 +13,7 @@ export default {
13
},
14
render (h, { data, props, slots }) {
15
const attrs = props.tag === 'button' ? { type: 'button' } : null
16
- const type = props.inNavbar ? 'navbar' : props.inHeader ? 'header' : null
+ const type = props.inNavbar ? 'navbar' : props.inHeader ? 'c-header' : null
17
const staticClass = type ? `${type}-toggler` : ''
18
const iconClass = type ? `${staticClass}-icon` : ''
19
return h(
0 commit comments