From 525cad9af91ff56e01053dabee4ae489a2ff9f1b Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Wed, 17 Jan 2024 14:42:45 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20$data=E5=BA=94=E4=BD=BF=E7=94=A8?= =?UTF-8?q?=E7=B4=A2=E5=BC=95=E8=AE=BF=E9=97=AE=E5=85=B6=E4=B8=AD=E5=B1=9E?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component-instance/root/root.uvue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/component-instance/root/root.uvue b/pages/component-instance/root/root.uvue index 919041f..2e86761 100644 --- a/pages/component-instance/root/root.uvue +++ b/pages/component-instance/root/root.uvue @@ -13,7 +13,7 @@ export default { }, methods: { getRoot (): boolean { - return this.$root!.$data.get('root') as boolean + return this.$root!.$data['root'] as boolean } } } -- GitLab