We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3695190 commit c9d4655Copy full SHA for c9d4655
src/client/theme-default/components/VPFlyout.vue
@@ -39,7 +39,7 @@ function onBlur() {
39
>
40
<span v-if="button || icon" class="text">
41
<component v-if="icon" :is="icon" class="option-icon" />
42
- <span v-html="button"></span>
+ <span v-if="button" v-html="button"></span>
43
<VPIconChevronDown class="text-icon" />
44
</span>
45
0 commit comments