From db4820e9e88244d7352abadd8f2fd3d8c0c630a1 Mon Sep 17 00:00:00 2001 From: huliyong <2783385703@qq.com> Date: Sat, 19 Jul 2025 17:32:05 +0800 Subject: [PATCH] =?UTF-8?q?fix(CompanyModule):=20=E4=BD=BF=E7=94=A8v-html?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E4=BD=8D=E7=BD=AE=E6=8F=8F=E8=BF=B0=E4=BB=A5?= =?UTF-8?q?=E6=94=AF=E6=8C=81=E5=AF=8C=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复位置描述显示问题,原本直接输出文本现在使用v-html指令渲染,允许描述中包含HTML格式内容 --- src/components/about/CompanyModule.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/about/CompanyModule.vue b/src/components/about/CompanyModule.vue index f47f224..1dd5496 100644 --- a/src/components/about/CompanyModule.vue +++ b/src/components/about/CompanyModule.vue @@ -148,7 +148,7 @@ onMounted(() => {