bug fixed
This commit is contained in:
@ -61,6 +61,9 @@ export default {
|
||||
type: Boolean,
|
||||
default: false,
|
||||
},
|
||||
// disabled:{
|
||||
// type:B
|
||||
// }
|
||||
},
|
||||
setup(props, context) {
|
||||
// 编辑器实例,必须用 shallowRef
|
||||
@ -130,7 +133,7 @@ export default {
|
||||
|
||||
const handleCreated = (editor) => {
|
||||
editorRef.value = editor; // 记录 editor 实例,重要!
|
||||
console.log(editorRef.value.getAllMenuKeys());
|
||||
// console.log(editorRef.value.getAllMenuKeys());
|
||||
};
|
||||
|
||||
const handleChange = (editor) => {
|
||||
|
||||
Reference in New Issue
Block a user