Delete iframe.vue
This commit is contained in:
parent
f701791805
commit
9be08509a6
|
@ -1,20 +0,0 @@
|
|||
<template>
|
||||
<iframe :src="src" frameborder='0'></iframe>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {
|
||||
src: this.$route.meta.url
|
||||
}
|
||||
},
|
||||
mounted() {
|
||||
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
iframe {border:0;width:100%;height:100%;display: block;}
|
||||
</style>
|
Loading…
Reference in New Issue