Skip to content

Commit

Permalink
Update ignoring of v-html warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtibbles committed Jun 5, 2024
1 parent 37f461c commit 2de870d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,12 @@
:maxHeight="96"
:showViewMore="true"
>
<!-- eslint-disable-next-line vue/no-v-html -->
<!-- eslint-disable vue/no-v-html -->
<p
dir="auto"
v-html="description"
></p>
<!-- eslint-enable -->
</SlotTruncator>
<template>
<HeaderTable>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@
:maxHeight="96"
:showViewMore="true"
>
<!-- eslint-disable-next-line vue/no-v-html -->
<!-- eslint-disable vue/no-v-html -->
<p
dir="auto"
v-html="description"
></p>
<!-- eslint-enable -->
</SlotTruncator>

<HeaderTable>
Expand Down

0 comments on commit 2de870d

Please sign in to comment.