We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbbffa2 commit 237ad85Copy full SHA for 237ad85
src/client/theme-default/components/VPNavScreenMenuGroup.vue
@@ -28,7 +28,7 @@ function toggle() {
28
:aria-expanded="isOpen"
29
@click="toggle"
30
>
31
- <span class="button-text">{{ text }}</span>
+ <span class="button-text" v-html="text"></span>
32
<VPIconPlus class="button-icon" />
33
</button>
34
0 commit comments