From 81758accdcb48da1166a11646e7ae61bc5a5bf32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=98=BF=E6=80=AA?= <690927457@qq.com> Date: Wed, 28 Feb 2024 01:26:27 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=97=A0=E6=B3=95=E5=B1=95=E7=A4=BA=E5=9B=BE?= =?UTF-8?q?=E7=89=87=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/wikipedia/detail.vue | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/pages/wikipedia/detail.vue b/pages/wikipedia/detail.vue index 86aaa4d..47c708a 100644 --- a/pages/wikipedia/detail.vue +++ b/pages/wikipedia/detail.vue @@ -28,6 +28,11 @@ getDetail(e.id) }) // 变量 + let strings = `

 测试内容222sdadd 

` + // `

 测试内容222sdadd 

` + // strings = strings.replaceAll("figure", "div"); + // strings = strings.replaceAll(" + } + + + \ No newline at end of file