Skip to content

Commit c5f6a28

Browse files
committed
Eslint stuff. #2633
1 parent ef4bbaa commit c5f6a28

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/components/Records/Record/GeneralInfo/Description.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,14 @@
1010
<b>Description</b>
1111
</span>
1212

13-
<!-- use v-html to inject sanitized HTML -->
13+
<!-- this should have been sanitised... -->
14+
<!-- eslint-disable vue/no-v-html -->
1415
<p
1516
class="ma-0 full-width ml-md-12 ml-8"
1617
:class="{ 'text-end': $vuetify.breakpoint.smAndDown }"
1718
v-html="descriptionHtml"
1819
/>
20+
<!-- eslint-enable vue/no-v-html -->
1921
</div>
2022
</template>
2123

0 commit comments

Comments
 (0)