@@ -32,7 +32,7 @@ class Index extends Component {
// 最简单的用法
return (
<App type={1} businessId="test">
- <Editor />
+ <Editor value="" />
</App>
);