diff --git a/src/pages/home/CustomTab.vue b/src/pages/home/CustomTab.vue index 6db1a09..524f4b2 100644 --- a/src/pages/home/CustomTab.vue +++ b/src/pages/home/CustomTab.vue @@ -39,7 +39,7 @@ const tab = ref(0) - const props = defineProps({ + defineProps({ list: { type: Array, required: true diff --git a/src/pages/login/login.vue b/src/pages/login/login.vue index 258d9ec..1d780a8 100644 --- a/src/pages/login/login.vue +++ b/src/pages/login/login.vue @@ -150,6 +150,9 @@