From 1d6a604d46949387c873763cd97760b1a4aa9dc5 Mon Sep 17 00:00:00 2001 From: hdx Date: Tue, 27 Feb 2024 16:42:04 +0800 Subject: [PATCH] =?UTF-8?q?feat($parent):=20=E6=94=BE=E5=BC=80=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=EF=BC=8C=E6=96=B0=E5=A2=9E=E6=B5=8B=E8=AF=95=E4=BE=8B?= =?UTF-8?q?=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component-instance/parent/parent.uvue | 46 +++++++++++++-------- pages/tab-bar/options-api.uvue | 5 --- 2 files changed, 29 insertions(+), 22 deletions(-) diff --git a/pages/component-instance/parent/parent.uvue b/pages/component-instance/parent/parent.uvue index 811d607..a3c2ca9 100644 --- a/pages/component-instance/parent/parent.uvue +++ b/pages/component-instance/parent/parent.uvue @@ -1,33 +1,45 @@ + \ No newline at end of file diff --git a/pages/tab-bar/options-api.uvue b/pages/tab-bar/options-api.uvue index 67b4db5..ae7e94a 100644 --- a/pages/tab-bar/options-api.uvue +++ b/pages/tab-bar/options-api.uvue @@ -306,12 +306,7 @@ { name: '$parent', url: 'parent', - // #ifdef APP enable: true, - // #endif - // #ifdef WEB - enable: false, - // #endif }, { name: '$root', -- GitLab