vue嵌入页面
<template><div class="m-box"><DIV class="container" align=center><IFRAMEsrc="http://weather.265.com/weather.htm"frameBorder=0 marginwidth=0 marginheight=0 scrolling=nostyle="width
·
<template>
<div class="m-box">
<DIV class="container" align=center><IFRAME
src="http://weather.265.com/weather.htm"
frameBorder=0 marginwidth=0 marginheight=0 scrolling=no
style="width:100%;height:100%"
ALLOWTRANSPARENCY="true"></IFRAME></DIV>
</div>
</template>
<script>
//src是嵌入的网页地址
export default {
}
</script>
<style lang="less" scoped>
.m-box{
width: 100%;
height: 100%;
.container{
width:100%;
height: 100%;
}
}
</style>
更多推荐
已为社区贡献1条内容
所有评论(0)