From a7b83f5f63855c81dec4e41b023534a4537f0046 Mon Sep 17 00:00:00 2001 From: talktao Date: Fri, 18 Mar 2022 23:28:05 +0800 Subject: [PATCH] =?UTF-8?q?add=EF=BC=9A=E5=BA=95=E9=83=A8TabBar=E5=85=AC?= =?UTF-8?q?=E5=85=B1=E7=BB=84=E4=BB=B6=E5=B0=81=E8=A3=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/TabBar.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/components/TabBar.vue b/src/components/TabBar.vue index e477a52..c746784 100644 --- a/src/components/TabBar.vue +++ b/src/components/TabBar.vue @@ -14,7 +14,7 @@ import { reactive, ref } from 'vue' } const props = defineProps() - console.log(props.data,'props.data'); + console.log(props.data,'props.data'); const emit = defineEmits(['chang']) @@ -30,11 +30,11 @@ import { reactive, ref } from 'vue'