1  var _this = this;
2       document.addEventListener('click',function(e){
3         console.log(_this.$refs.configforms)
4         if(!_this.$refs.configforms.contains(e.target)){
5           _this.showConfigForm = false;
6         }
7       })

 

相关文章: