wangEditor 弹窗内使用Editor聚焦和回车就会报错

qcbq4gxm  于 4个月前  发布在  其他
关注(0)|答案(1)|浏览(35)


这是代码

gv8xihay

gv8xihay1#

<a-modal :title="current?.label" :visible="visible" @update:visible="visible => emits('update:visible', visible)"
    width="1000px">
    <div style="border: 1px solid #ccc">
        <Toolbar style="border-bottom: 1px solid #ccc" :editor="editorRef" :default-config="toolbarConfig" />
        <Editor style="height: 500px" v-model="editorTxt" :default-config="editorConfig" @onCreated="handleCreated"
            mode="default" />
    </div>
</a-modal>

相关问题