// .vue文件中引入html文件、autoMove.html文件放在vue项目public文件夹下
<template>
<div class="home">
<iframe
class="iframe_box"
src="/autoMove.html"
frameborder="0"
scrolling="no"
></iframe>
</div>
</template>
vue中iframe引入html文件
最新推荐文章于 2024-06-14 13:50:53 发布