vue3中使用iframe不成功的问题
再做大屏的时候,引用了一个html的页面,但是vue3编码,所以需要用到iframe,但是一直报错,故将解决方法做一个备份:
<template>
<div class="screen-bg">
<iframe src="/static/index.html" style="width: 100%; height: 100%;z-index: 1;position: fixed; top:0;left: 0;" ref="iframeDom"></iframe>
</div>
</template>
在public下面增加一个static的文件夹,在文件夹中放index.html,也就是你想要引用的html页面,在iframe的时候不需要public,直接引用/static/index.html即可,同时给宽高