From 4b6a71fc21f1e72441a9a01d2a51e3302261fba2 Mon Sep 17 00:00:00 2001 From: hdx Date: Wed, 20 Mar 2024 15:38:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(mixin):=20=E6=94=BE=E5=BC=80=20iOS=20?= =?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 --- main.uts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.uts b/main.uts index 5625b2b..2072f75 100644 --- a/main.uts +++ b/main.uts @@ -23,7 +23,7 @@ export function createApp() { app.provide('globalProvideMsg', 'global provide message') - // #ifdef APP-ANDROID + // #ifdef APP-ANDROID || APP-IOS const globalChildMixin = defineMixin({ components: { GlobalChildMixinComp1, MixinComp: MixinCompForGlobalChildMixin }, props: { -- GitLab