Skip to content

Commit 2b7e3a7

Browse files
authored
Update quickstart.md
1 parent 5d2aac2 commit 2b7e3a7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/document/harmonyos/quickstart.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,8 @@
112112
### 1. SDK 初始化
113113

114114
```typescript
115+
import { ChatClient, ChatOptions } from '@easemob/chatsdk';
116+
115117
let options = new ChatOptions({
116118
appKey: "你的 AppKey"
117119
});

0 commit comments

Comments
 (0)