先看下我实现的效果:
我们首先将HTML文件放到public文件夹下的static文件(可以自己新建一个文件static):
我要将本地的html文件加载到vue的页面中,直接看代码:
<template>
<iframe src="static/point.html" frameborder="0" class="iframe"
height="100%" width="100%" marginwidth="100%"></iframe>
</template>