feat:【antd/ele】【组件】tinymce 封装的代码统一
This commit is contained in:
@@ -17,10 +17,9 @@ const props = defineProps({
|
||||
type: Boolean,
|
||||
},
|
||||
fullscreen: {
|
||||
// 图片上传,是否放到全屏的位置
|
||||
default: false,
|
||||
type: Boolean,
|
||||
},
|
||||
}, // 图片上传,是否放到全屏的位置
|
||||
});
|
||||
|
||||
const emit = defineEmits(['uploading', 'done', 'error']);
|
||||
|
||||
Reference in New Issue
Block a user