Skip to content
This repository has been archived by the owner on May 27, 2021. It is now read-only.

Commit

Permalink
release: 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cipchk committed Jun 3, 2018
1 parent 9c8c438 commit 56b9e34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ export class AppModule { }
[path]="'./assets/umeditor/'"
[loadingTip]="'加载中……'"
(onReady)=""
(onDestroy)=""
(onContentChange)=""></umeditor>
(onDestroy)=""></umeditor>
```

| 名称 | 类型 | 默认值 | 描述 |
Expand All @@ -56,7 +55,6 @@ export class AppModule { }
| loadingTip | string | 加载中... | 初始化提示文本。 |
| onReady | Function | | 编辑器准备就绪后会触发该事件 |
| onDestroy | Function | | **编辑器组件销毁**后会触发该事件 |
| onContentChange | Function | | 编辑器内容发生改变时会触发该事件 |

### 3、关于懒加载

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"module": "./esm5/umeditor.js",
"es2015": "./esm2015/umeditor.js",
"typings": "./umeditor.d.ts",
"description": "Angular for Baidu UMeditor",
"description": "Angular for Baidu UMeditor.",
"repository": {
"type": "git",
"url": "git+https://github.com/cipchk/ngx-umeditor.git"
Expand Down

0 comments on commit 56b9e34

Please sign in to comment.