diff --git a/examples/react/components/editor/index.tsx b/examples/react/components/editor/index.tsx index 53fbc6c6..7f8b77f1 100644 --- a/examples/react/components/editor/index.tsx +++ b/examples/react/components/editor/index.tsx @@ -122,6 +122,7 @@ const EditorComponent: React.FC = ({ // ); // 获取编辑器的html console.log('html:', engine.current?.getHtml()); + // console.log('json:', engine.current?.getJsonValue()); }, [loading, autoSave, props.onChange], ),