<script setup lang="ts"> import TabBar from '@/components/TabBar.vue' </script> <template> <view> <slot /> <TabBar /> </view> </template>