Skip to content

Commit

Permalink
Adding V-HTML for SVG render icons
Browse files Browse the repository at this point in the history
  • Loading branch information
pmoskrojas committed Jan 5, 2024
1 parent 8220cd5 commit 381c3b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/vue-form-builder.vue
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@
v-if="element.config && element.config.icon"
:class="element.config.icon"
/>
<span v-html="element.config.svg" class="svg-icon"></span>
{{ $t(element.label) }}
</b-list-group-item>
<li
Expand Down

0 comments on commit 381c3b1

Please sign in to comment.