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