Skip to content

Commit

Permalink
fix(theme): language menu undefined text (#2755)
Browse files Browse the repository at this point in the history
Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
  • Loading branch information
ShenQingchuan and sxzz committed Aug 8, 2023
1 parent 3695190 commit c9d4655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/theme-default/components/VPFlyout.vue
Expand Up @@ -39,7 +39,7 @@ function onBlur() {
>
<span v-if="button || icon" class="text">
<component v-if="icon" :is="icon" class="option-icon" />
<span v-html="button"></span>
<span v-if="button" v-html="button"></span>
<VPIconChevronDown class="text-icon" />
</span>

Expand Down

0 comments on commit c9d4655

Please sign in to comment.