怪味曹小豆

导航

vue中嵌套页面(iframe)

  • vue中嵌套iframe,将要嵌套的文件放在static下面。(要将打包文件整体放在statici里,我的文件名是canvas)

 

  • src可以使用相对路径,也可使用服务器根路径http:localhost:8088/…
<iframe src="../../static/canvas/无标题-1_HTML Canvas.html" width="1200" height="300" frameborder="0" scrolling="auto" style="
position:absolute;top: -300px;left: 0px;"
>

</
iframe>
  • width和height需要设置,否则就没有了宽高,页面出不来。
  • scrolling设置滚动条,如果不要滚动条,值设置为no.
  • 注意src引入的是html文件

posted on 2018-09-30 16:56  怪味曹小豆  阅读(8496)  评论(0编辑  收藏  举报