|
|
@@ -3,14 +3,15 @@
|
|
|
<el-button type="text" @click="dialogVisible = true"
|
|
|
>click to open the Dialog</el-button
|
|
|
>
|
|
|
-
|
|
|
+ <img src="https://seec-lecture.oss-cn-hangzhou.aliyuncs.com/%E4%B8%93%E6%A0%8F%E5%9B%BE%E7%89%87/%E5%8D%B0%E8%AE%B0%E8%80%A6%E5%90%882.png">
|
|
|
+ <TEditor ref="editor1" @getData="click"></TEditor>
|
|
|
<el-dialog
|
|
|
v-model="dialogVisible"
|
|
|
title="Tips"
|
|
|
width="30%"
|
|
|
:before-close="handleClose"
|
|
|
>
|
|
|
- <TEditor ref="editor1" @getData="click"></TEditor>
|
|
|
+ <div>jiade</div>
|
|
|
<template #footer>
|
|
|
<span class="dialog-footer">
|
|
|
<el-button @click="dialogVisible = false">Cancel</el-button>
|
|
|
@@ -22,8 +23,6 @@
|
|
|
</el-dialog>
|
|
|
|
|
|
|
|
|
-
|
|
|
-
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
@@ -31,7 +30,7 @@ import TEditor from "@/components/TEditor";
|
|
|
export default {
|
|
|
name: "Setting",
|
|
|
components:{
|
|
|
- TEditor
|
|
|
+ TEditor,
|
|
|
},
|
|
|
data(){
|
|
|
return{
|