Skip to content

Commit 237ad85

Browse files
authoredNov 12, 2023
fix: "VPNavScreenMenuGroup" component HTML not supported (#3148)
1 parent dbbffa2 commit 237ad85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/client/theme-default/components/VPNavScreenMenuGroup.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function toggle() {
2828
:aria-expanded="isOpen"
2929
@click="toggle"
3030
>
31-
<span class="button-text">{{ text }}</span>
31+
<span class="button-text" v-html="text"></span>
3232
<VPIconPlus class="button-icon" />
3333
</button>
3434

0 commit comments

Comments
 (0)
Please sign in to comment.