优化
This commit is contained in:
8
client/packages/design/components/RichEditor/index.tsx
Normal file
8
client/packages/design/components/RichEditor/index.tsx
Normal file
@@ -0,0 +1,8 @@
|
||||
import React from 'react';
|
||||
/**
|
||||
* 富文本编辑器
|
||||
*/
|
||||
|
||||
export const RichEditor = React.lazy(() =>
|
||||
import('./editor').then((module) => ({ default: module.RichEditor }))
|
||||
);
|
||||
Reference in New Issue
Block a user