摘要: child.js const child = { state: { isIframe: false, }, mutations: { SET_ISIFRAME: (state, status) => { state.isIframe = status }, }, actions: { getIsif 阅读全文
posted @ 2022-06-30 18:08 小小——开心 阅读(182) 评论(0) 推荐(0) 编辑
摘要: 解决iframe使用postMessage传值addEventListener未接收到却收到webpackwarning的问题 vue中元素嵌套iframe后绑在元素上的点击事件失效 注意箭头函数 父页面组件 vue const oIframe = document.getElementById(" 阅读全文
posted @ 2022-06-30 17:11 小小——开心 阅读(1844) 评论(0) 推荐(0) 编辑