<iframe v-if="url" :src="url" :height="height" width="100%" id="iframe-content"></iframe> mounted() { this.url = this.$route.params.url; }