aboutsummaryrefslogtreecommitdiff
path: root/src/components/terms_of_service_panel
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/terms_of_service_panel')
-rw-r--r--src/components/terms_of_service_panel/terms_of_service_panel.vue2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/components/terms_of_service_panel/terms_of_service_panel.vue b/src/components/terms_of_service_panel/terms_of_service_panel.vue
index f79345cb..63dc58b8 100644
--- a/src/components/terms_of_service_panel/terms_of_service_panel.vue
+++ b/src/components/terms_of_service_panel/terms_of_service_panel.vue
@@ -2,10 +2,12 @@
<div>
<div class="panel panel-default">
<div class="panel-body">
+ <!-- eslint-disable vue/no-v-html -->
<div
class="tos-content"
v-html="content"
/>
+ <!-- eslint-enable vue/no-v-html -->
</div>
</div>
</div>