From 77b2ac8f857c53b5a8f7c27745ca55a89c553b2f Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Wed, 7 Aug 2024 17:46:54 +0800 Subject: [PATCH] =?UTF-8?q?refactor(readonly):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=9D=A1=E4=BB=B6=E7=BC=96=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/reactivity/core/readonly/readonly.uvue | 2 -- 1 file changed, 2 deletions(-) diff --git a/pages/reactivity/core/readonly/readonly.uvue b/pages/reactivity/core/readonly/readonly.uvue index 63f49b9..d18269d 100644 --- a/pages/reactivity/core/readonly/readonly.uvue +++ b/pages/reactivity/core/readonly/readonly.uvue @@ -56,10 +56,8 @@ const updateData = () => { } const updateReadonlyData = () => { - // #ifndef WEB readonlyData.str = 'new readonly str' readonlyData.num++ readonlyData.arr.push('e') - // #endif } -- GitLab