We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef4bbaa commit c5f6a28Copy full SHA for c5f6a28
1 file changed
src/components/Records/Record/GeneralInfo/Description.vue
@@ -10,12 +10,14 @@
10
<b>Description</b>
11
</span>
12
13
- <!-- use v-html to inject sanitized HTML -->
+ <!-- this should have been sanitised... -->
14
+ <!-- eslint-disable vue/no-v-html -->
15
<p
16
class="ma-0 full-width ml-md-12 ml-8"
17
:class="{ 'text-end': $vuetify.breakpoint.smAndDown }"
18
v-html="descriptionHtml"
19
/>
20
+ <!-- eslint-enable vue/no-v-html -->
21
</div>
22
</template>
23
0 commit comments