vue 通过iframe嵌入本地html和外部html


实现方法:

1、在public文件夹下创建static文件夹,static文件夹下放置需要展示的html文件
2、在vue页面中通过iframe嵌入html

3.代码

<template>
    <!-- 所有的内容要被根节点包含起来 -->
    <div id="home">    
      <iframe src="/static/flowchart.html" scrolling="no" style="width: 100%;height:700px;" frameborder="0"></iframe>
 
    </div>
</template>

 

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



猜您在找 vue使用iframe嵌入html,js方法互调 [Flex] IFrame系列 —— 在flex的web应用中嵌入html的方法 在Flex (Flash)中嵌入HTML 代码或页面—Flex IFrame vue tab嵌入iframe切换不刷新,相对完整的方案 vue 使用