Closed fightingsun closed 2 years ago
tabbarItem的to参数可以写成对象 https://youzan.github.io/vant/#/zh-CN/tabbar#tabbaritem-props
改成 <van-tabbar-item :to="{name: 'home'}" icon="home-o">首页</van-tabbar-item>
就能高亮了
tabbarItem的to参数可以写成对象 https://youzan.github.io/vant/#/zh-CN/tabbar#tabbaritem-props 改成
<van-tabbar-item :to="{name: 'home'}" icon="home-o">首页</van-tabbar-item>
就能高亮了
文档没看仔细哈,这样可以了😀,谢谢!
重现链接
https://codesandbox.io/s/distracted-field-swwlof?file=/src/view/layout.vue
Vant 版本
3.5.2
描述一下你遇到的问题。
Tabbar 启用路由模式 首页路由path中配置了可选参数,当点击tabbar中首页item时,路由跳转,但item不会自动高亮,去掉可选参数即可恢复高亮 个人页路由未配置参数,点击个人页item时可跳转可高亮
期望 当存在可选的路由参数时,能匹配自动高亮
重现步骤
路由配置
设备/浏览器
chrome