From c2168466f3fa62daef661c13483b9bbef9b81436 Mon Sep 17 00:00:00 2001 From: shizhong <124974919@qq.com> Date: Thu, 27 Jul 2023 18:36:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=BC=95=E5=85=A5=20v-dompurify-html=20?= =?UTF-8?q?=E6=8C=87=E4=BB=A4=E8=A7=A3=E5=86=B3=20v-html=20=E7=9A=84?= =?UTF-8?q?=E5=AE=89=E5=85=A8=E9=9A=90=E6=82=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 + src/components/Form/src/Form.vue | 16 +++++----- src/main.ts | 5 ++- src/views/infra/build/index.vue | 16 +++------- .../infra/codegen/components/Preview.vue | 32 ++++++++++++++++++- .../spu/components/DescriptionForm.vue | 2 +- src/views/system/mail/log/index.vue | 7 +++- 7 files changed, 55 insertions(+), 24 deletions(-) diff --git a/package.json b/package.json index 6a87adf3..0e759cad 100644 --- a/package.json +++ b/package.json @@ -65,6 +65,7 @@ "url": "^0.11.0", "video.js": "^8.3.0", "vue": "3.3.4", + "vue-dompurify-html": "^4.1.4", "vue-i18n": "9.2.2", "vue-router": "^4.2.1", "vue-types": "^5.0.3", diff --git a/src/components/Form/src/Form.vue b/src/components/Form/src/Form.vue index c1121641..3dca6c94 100644 --- a/src/components/Form/src/Form.vue +++ b/src/components/Form/src/Form.vue @@ -1,16 +1,16 @@