打赏

iframe 实现网页本页显示

<el-dialog
            title=""
            :visible.sync="dialogVisible">
            <iframe src="https://www.baidu.com/" frameborder="0" width="100%" height="600px"></iframe>
        </el-dialog>

 

posted @ 2018-06-04 17:23  孟繁贵  阅读(1067)  评论(0编辑  收藏  举报
TOP