From 0227c25e4ed573d3095ada3f9c9a4ba5f18b0de5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期三, 20 一月 2021 10:53:01 +0800 Subject: [PATCH] 2021-01-20 --- src/menu/components/editor/braft-editor/editorcontent/index.jsx | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/menu/components/editor/braft-editor/editorcontent/index.jsx b/src/menu/components/editor/braft-editor/editorcontent/index.jsx index 1548854..fd1f8a4 100644 --- a/src/menu/components/editor/braft-editor/editorcontent/index.jsx +++ b/src/menu/components/editor/braft-editor/editorcontent/index.jsx @@ -10,7 +10,7 @@ const Editor = asyncComponent(() => import('@/components/editor')) -class DataSource extends Component { +class EditorContentComponent extends Component { static propTpyes = { config: PropTypes.any, updateConfig: PropTypes.func @@ -79,4 +79,4 @@ } } -export default DataSource \ No newline at end of file +export default EditorContentComponent \ No newline at end of file -- Gitblit v1.8.0