Delete iframe.vue

This commit is contained in:
sc 2021-06-30 15:46:52 +08:00
parent f701791805
commit 9be08509a6
1 changed files with 0 additions and 20 deletions

View File

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