소스 검색

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