ソースを参照

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

nodejh 5 年 前
コミット
a5a61bd05b
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/index.js

+ 1
- 1
src/index.js ファイルの表示

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