Browse Source

feat: 添加 token/编辑器没有数据的时候,默认按钮 disabled

nodejh 5 years ago
parent
commit
a5a61bd05b
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/index.js

+ 1
- 1
src/index.js View File

32
     // 最简单的用法
32
     // 最简单的用法
33
     return (
33
     return (
34
       <App type={1} businessId="test">
34
       <App type={1} businessId="test">
35
-        <Editor />
35
+        <Editor value="" />
36
       </App>
36
       </App>
37
     );
37
     );
38
 
38