Skip to content

Commit 565b933

Browse files
Eyoatampikax
andauthored
Update docs/composable/web/clipboard.md
Co-authored-by: Carlos Rodrigues <david-181@hotmail.com>
1 parent 15314fc commit 565b933

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/composable/web/clipboard.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ const { clipboardData, supported, write, read } = useClipboard();
1919

2020
## Example
2121

22-
<clipboard-example/>
22+
<ClientOnly>
23+
<clipboard-example/>
24+
</ClientOnly>
2325

2426
### Code
2527

0 commit comments

Comments
 (0)