myronliu347 / vue-carbon

此项目已停止维护,建议迁移到 https://github.com/museui/muse-ui/
861 stars 135 forks source link

Uncaught TypeError: Cannot read property 'contains' of null #11

Closed SidFeng closed 8 years ago

SidFeng commented 8 years ago

当有下拉选择时,控制台莫名其妙一直有这个报错,而且只要有点击事件,这个错误数字成倍叠加 image

问题代码在这里

this.windowListener = (e) => {
      if (!this.$els.select.contains(e.target)) {
        this.hideSelect()
      }
    }

点击其他地方 this.$els.select 未null

myronliu347 commented 8 years ago

请给出你使用这个组件的代码片段,便于模拟出错场景

myronliu347 commented 8 years ago

已经在 0.4.2 版本中修复这个问题,多谢的你的支持!!!