Skip to content

Commit e0164b6

Browse files
authored
Merge pull request #1362 from jinanzhuan/patch-24
[HarmonyOS] Add import code in quickstart.md
2 parents 2f1488f + 2b7e3a7 commit e0164b6

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)