Skip to content

Commit

Permalink
excluded existing v-html cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino committed Oct 24, 2023
1 parent 0063830 commit f02b6a6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions resources/js/components/attribute/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
v-for="(l, i) in v.value"
:key="i"
>
<!-- eslint-disable-next-line vue/no-v-html -->
<span v-html="createAnchorFromUrl(l)" />
<a
v-if="!disabled"
Expand Down

0 comments on commit f02b6a6

Please sign in to comment.