Skip to content

Commit

Permalink
fix: "VPNavScreenMenuGroup" component HTML not supported (#3148)
Browse files Browse the repository at this point in the history
  • Loading branch information
akirarika committed Nov 12, 2023
1 parent dbbffa2 commit 237ad85
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -28,7 +28,7 @@ function toggle() {
:aria-expanded="isOpen"
@click="toggle"
>
<span class="button-text">{{ text }}</span>
<span class="button-text" v-html="text"></span>
<VPIconPlus class="button-icon" />
</button>

Expand Down

0 comments on commit 237ad85

Please sign in to comment.