<template> <view class="hc-tabbar-box"> <slot/> </view> </template> <script setup> </script> <style scoped lang="scss"> @import "./style.scss"; </style>