Skip to content

Commit

Permalink
feat: readme编写错误
Browse files Browse the repository at this point in the history
  • Loading branch information
IVLIU committed Mar 1, 2024
1 parent e374c2b commit dc7cc00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const App = () => {
<div>
<button onClick={() => setVisible(!open)}>{open}</button>
<Activity mode={open ? 'visible' : 'hidden'}>
{/** Suspense应该在Activity(Suspense)组件下 */}
{/** Suspense应该在Activity(Offscreen)组件下 */}
<Suspense fallback="loading...">
<LazyCount />
</Suspense>
Expand Down

0 comments on commit dc7cc00

Please sign in to comment.