Closed ripeBoy closed 7 years ago
@on-item-click
那会儿加@不行,这会儿又好了,0.0 谢谢啊
18893129924@163.com
发件人: Airyland 发送时间: 2017-08-07 17:32 收件人: airyland/vux 抄送: upright_boy; Author 主题: Re: [airyland/vux] tabBar的事件不触发 (#1803) @on-item-click — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
你好,可以再请教一个问题吗?就是tabBar的(on-index-change)这个事件是什么时候触发,value值改变是指的哪个值?
18893129924@163.com
发件人: Airyland 发送时间: 2017-08-07 17:32 收件人: airyland/vux 抄送: upright_boy; Author 主题: Re: [airyland/vux] tabBar的事件不触发 (#1803) @on-item-click — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
当前 tabbar-item 索引改变时,即点击切换 tabbar-item 时触发,从 0 开始。
@on-index-change="validation" methods: { validation: function (val) { debugger; console.log(val); } } 这样写不对吗?事件不触发
文档这个位置错了, on-index-change
是在父组件触发的。
<tabbar @on-index-change="onIndexChange">
哦哦,知道了,谢谢
还想请问一下 tabBar这个组件 怎么根据路由切换tabbar-item的active状态。