new Files
This commit is contained in:
14
front/src/components/X-EMR/Editor.vue
Normal file
14
front/src/components/X-EMR/Editor.vue
Normal file
@ -0,0 +1,14 @@
|
||||
<template>
|
||||
<!-- 根据实际部署环境修改 editor.html 的路径 -->
|
||||
<iframe src="/editor.html" v-bind="objectOfAttrs"></iframe>
|
||||
</template>
|
||||
|
||||
<script setup>
|
||||
|
||||
const objectOfAttrs = {
|
||||
width: '100%',
|
||||
height: '800vh',
|
||||
frameborder: 0
|
||||
}
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user