chat.vue 181 B

123456789
  1. <template>
  2. <view>
  3. 11
  4. <custom-tab-bar :page="1"/>
  5. </view>
  6. </template>
  7. <script setup>
  8. import CustomTabBar from '@/components/CustomTabBar/index.vue'
  9. </script>