diff --git a/frontend/src/views/dashboard/components/sq-text/index.vue b/frontend/src/views/dashboard/components/sq-text/index.vue index e900063ed..ad091c465 100644 --- a/frontend/src/views/dashboard/components/sq-text/index.vue +++ b/frontend/src/views/dashboard/components/sq-text/index.vue @@ -16,7 +16,7 @@ @keyup.stop @mousedown.stop @dblclick.stop="setEdit" - v-html="configItem.propValue" + v-dompurify-html="configItem.propValue" >