Files
magic-boot/magic-boot-ui/src/views/lowcode/magic-editor.vue
2022-03-05 23:38:27 +08:00

4 lines
137 B
Vue

<template>
<iframe :src="$global.filePrefix + 'magic/web/index.html'" width="100%" height="100%" frameborder="0"></iframe>
</template>