【Vue】 在 vue 中使用 iframe 挂载 html 文件,帷千
cpugpu芯片开发光刻机
跨学科知识体系
11
文件名:【Vue】 在 vue 中使用 iframe 挂载 html 文件,帷千
【Vue】 在 vue 中使用 iframe 挂载 html 文件
文章目录 首先需要将要挂载的html文件放到public 文件夹中 路径的引用形式 <iframe ref="sheet" src="/luckysheet.html" width="100%" height="100%"></iframe> 通过绑定 ref 获取到 iframe,data为我需要传递的数据,通过 iframes.postMessage 的方法进行传递。 sentMsgSheet(data) {const sheetWindow = this.$refs.sheet.contentWindow;if (sheetWindow) {sheetWindow.postMessage(data, '*');}}sentMsgSheet([]); postMessage 通信具体用法请参考:https://blog.csdn.net/qq_45677671/article/details/128238860
同类推荐
-

【PUSDN】WebStorm中报错Switch language version to React JSX,akg k402
查看 -

【Proteus仿真】【Arduino单片机】简易电子琴,联想天逸f31a(proteus仿真电子琴设计)
查看 -

【QML COOK】- 001-添加资源文件,纽曼p10
查看 -

【QT+CUDA】QT中使用cuda,QT+VS+cuda下载安装配置,bingbar
查看 -

【QT】 Qt自定义ui控件,广州华英雄手机店
查看 -

【Qt之QTextDocument】使用及表格显示富文本解决方案,冰激凌智屏
查看 -

【Qt绘图】之绘制坦克,三星e808(三星tab s7画图软件)
查看 -

【RK3399Pro学习笔记】六、ROS发布者Publisher的编程实现,索尼a230(索尼 a230)
查看 -

【RabbitMQ实战】05 RabbitMQ后台管理,移联名商
查看