Skip to content

Commit

Permalink
modify
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxiuwen committed Feb 23, 2024
1 parent 3e891fb commit 848b2dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/document/web/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export default {
};
```

Next 项目, 要使用客户端组件,你可以在文件顶部的导入上方添加 "use client" 指令。
Next 项目, 要使用客户端组件,你可以在文件顶部的导入上方添加 `use client` 指令。

```tsx
'use client'
Expand Down

0 comments on commit 848b2dc

Please sign in to comment.