index.vue 172 B

12345678910111213
  1. <template>
  2. <view class="hc-tabbar-box">
  3. <slot/>
  4. </view>
  5. </template>
  6. <script setup>
  7. </script>
  8. <style scoped lang="scss">
  9. @import "./style.scss";
  10. </style>