Skip to content

Commit

Permalink
example: update
Browse files Browse the repository at this point in the history
  • Loading branch information
fz6m committed Mar 2, 2024
1 parent a025760 commit 5acd902
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/with-no-compress-for-sse/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ export default function HomePage() {
}, []);

return (
<>
<div>
<h3>{`演示:当默认存在 compress 时,数据无法流式获取。`}</h3>
<table>
<thead>
<tr>
Expand All @@ -46,6 +47,6 @@ export default function HomePage() {
))}
</tbody>
</table>
</>
</div>
);
}

0 comments on commit 5acd902

Please sign in to comment.