diff --git a/playground/pages/tabs/tab1/index.vue b/playground/pages/tabs/tab1/index.vue index 0ac63c50..04160685 100644 --- a/playground/pages/tabs/tab1/index.vue +++ b/playground/pages/tabs/tab1/index.vue @@ -6,6 +6,10 @@ useHead({ title: 'Tab 1', }) const isExploreEnabled = ref(true) + +const route = useRoute() + +console.log(route.name)