mirror of
https://github.com/cool-team-official/cool-admin-vue.git
synced 2024-11-01 14:10:27 +08:00
解决cl-editor-preview自动弹出问题
This commit is contained in:
parent
76547a61c1
commit
1a57ed15a5
@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<cl-dialog width="1000px" :title="title" v-model="visible">
|
||||
<div>
|
||||
<cl-dialog width="1000px" :title="title" append-to-body v-model="visible">
|
||||
<cl-editor
|
||||
:name="`cl-editor-${name}`"
|
||||
:ref="setRefs('editor')"
|
||||
@ -13,6 +14,7 @@
|
||||
<el-button type="success" @click="toCopy">复制</el-button>
|
||||
</template>
|
||||
</cl-dialog>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script lang="ts" name="cl-editor-preview" setup>
|
||||
|
Loading…
Reference in New Issue
Block a user