vue如何给iframe标签添加点击事件?@click事件在iframe中不生效
iframe元素的contentWindow属性可以拿到iframe里面页面的document对象,拿到这个就可以给他里面的元素添加事件。
不妨在iframe外层套个div,给div添加点击事件