From 0617465b7e00970654f446d7e1f50509102f7fca Mon Sep 17 00:00:00 2001 From: zhenyuWang <13641039885@163.com> Date: Wed, 8 May 2024 17:05:52 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E5=88=A0=E9=99=A4=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages.json | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/pages.json b/pages.json index ee15b7b..05546da 100644 --- a/pages.json +++ b/pages.json @@ -286,18 +286,6 @@ "navigationBarTitleText": "$refs 组合式 API" } }, - { - "path": "pages/component-instance/watch-function/watch-function", - "style": { - "navigationBarTitleText": "$watch()" - } - }, - { - "path": "pages/component-instance/watch-function/watch-array", - "style": { - "navigationBarTitleText": "watch-array" - } - }, { "path": "pages/component-instance/emit-function/emit-function-options", "style": { -- GitLab