vue中嵌套iframe,將要嵌套的文件放在static下面:
<iframe src="../../../static/bear.html" width="300" height="300" frameborder="0" scrolling="auto"></iframe>
src可以使用相對路徑,也可使用服務器根路徑http:localhost:8088/…等:
<iframe src="https://www.baidu.com/" width="300" height="300" frameborder="0" scrolling="auto"></iframe>
百度頁面:

bear頁面
