- CSDN文库", "datePublished": "2024-04-12", "keywords": "写一个名为midellBox 的Tabbar 底部导航栏 vue2 uviwe 跳转路径如下,并在快速开单页面中正确引用tabbarList: [ { id: 0, path: 'pages/tab/order/index', icon: 'static/orderDefault.png', selectIcon: 'static/orderPress.png', text: '订单', centerItem: false }, { id: 1, path: 'pages/tab/quckBilling/quickBilling.vue', icon: 'static/userDefault.png', selectIcon: 'static/userPress.png', text: '快速开单', // 通过类名class控制样式大小 centerItem: true }, { id: 2, path: 'pages/tab/mine/mine', icon: 'static/userDefault.png', selectIcon: 'static/userPress.png', text: '我的', centerItem: false } ] ", "description": "文章浏览阅读126次。你可以按照以下方式创建一个名为 `midellBox` 的 Tabbar 底部导航栏组件,并在快速开单页面中正确引用 `tabbarList` :```vue