完成调用

This commit is contained in:
2020-11-12 17:43:45 +08:00
parent bc46dde11c
commit 3b2c47e0ec
4 changed files with 66 additions and 46 deletions

View File

@@ -1,5 +1,5 @@
<template>
<iframe src="./zhibo.html" frameborder="0"></iframe>
<iframe style="width:100%;height: 100%" src="/zhibo.html" frameborder="0"></iframe>
</template>
<style lang="scss" scoped>
@@ -11,7 +11,7 @@ import { defineComponent } from 'vue';
export default defineComponent({
setup(){
return {
}
}
})