43 iframe

<template>
  <iframe id="show" :src="url" width="100%" height="780px" frameborder="0" name="showHere" />
</template>
<script>
export default {
  name: 'Rdp',
  data() {
    return {
      url: ''
    }
  },
  mounted() {
    this.url = www.baidu.com'
  },
  created() {

  },
  methods: {

  }
}
</script>

猜你喜欢

转载自www.cnblogs.com/gfbzs/p/13403268.html
43