mui使用tabbar报错

点击tabbar时候报错信息:
mui.min.js?579c:8 [Intervention] Unable to preventDefault inside passive event listener due to targe

mui使用tabbar报错_第1张图片
image.png
模板样式

在js配置tap事件,使用路由跳转
    var _this = this;
    this.Mui('.mui-bar-tab').on('tap', 'a', function(e) {
      var path= this.getAttribute('href');
         _this.$router.push(path)
     }) 

你可能感兴趣的:(mui使用tabbar报错)