google浏览器Event.path 被删除处理

google浏览器Event.path 被删除处理_第1张图片

google浏览器Event.path 109版本开始正式移除path

vue处理思路,使用refs定位事件元素,查找父元素或子元素,进行相应优化兼容;

this.$refs[e.target.value][0].firstChild.className = 'ant-checkbox-wrapper'
this.$refs[e.target.value][0].firstChild.firstChild.className = 'ant-checkbox'

参考

JS获取父节点、子节点、兄弟节点

https://blog.csdn.net/qq_44552416/article/details/113931949

chrome浏览器,删除 Event.path,引发报错

https://blog.csdn.net/qqjuanqq/article/details/128818816(这种方法也可行)

你可能感兴趣的:(前端,vue,前端,javascript,开发语言)