<template> <view> 11 <custom-tab-bar :page="1"/> </view> </template> <script setup> import CustomTabBar from '@/components/CustomTabBar/index.vue' </script>