<template> <main class="flex flex-col min-h-svh"> <div style="margin-bottom: 50px;"> <slot /> </div> <tabbar /> </main> </template> <script setup> import tabbar from '@/components/tabbar.vue' </script>