Commit b19f6f2a authored by 王启林's avatar 王启林

parent 3c40b99c
<template>
<div class="page">
111
<div class="page">
<div class="top">
<el-tabs v-model="tabs">
<el-tab-pane label="设计问卷" name="1">
<iframe style="width: 100%;height: 80vh;" src="https://wurong19870715.gitee.io/formdesigner/#/" frameborder="0"></iframe>
</el-tab-pane>
</el-tabs>
</div>
</div>
</template>
<script>
export default {
data() {
return {
tabs: '1'
}
}
}
</script>
<style lang="less" scoped>
.top {}
</style>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment