fix(theme): language menu undefined text (#2755)

Co-authored-by: 三咲智子 Kevin Deng <sxzz@sxzz.moe>
pull/2758/head
沈青川 11 months ago committed by GitHub
parent 3695190adf
commit c9d465587a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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>

Loading…
Cancel
Save