Bootstrap

vue 点击任意地方防止冒泡

var _con = $("obj");
 if (!_con.is(e.target) && _con.has(e.target).length === 0) {} else {

}

;