Skip to content

Commit 4c3f31b

Browse files
committed
fix: typo
1 parent 58f0b16 commit 4c3f31b

File tree

1 file changed

+1
-4
lines changed
  • i18n/zh-CN/docusaurus-plugin-content-docs/current/tutorial/03-client/01-strategy

1 file changed

+1
-4
lines changed

i18n/zh-CN/docusaurus-plugin-content-docs/current/tutorial/03-client/01-strategy/14-use-sse.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,7 @@ const {
5555
send,
5656

5757
// 关闭连接
58-
close,
59-
60-
// 原始的EventSource实例
61-
eventSource
58+
close
6259
} = useSSE(postMethodHandler, {
6360
credentials: 'include',
6461
initialData: 'initial-data' // 初始时 data 中的数据

0 commit comments

Comments
 (0)