<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>

Logo

前往低代码交流专区

更多推荐