Skip to content

Commit eb3d187

Browse files
committed
docs(README): note for client-only render
1 parent cd9025b commit eb3d187

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@
3232
## NOTE!!
3333
`vue-modern-cropper` uses `cropperjs@next` (v2), which is not yet stable release, you can check it's documentation [HERE](https://fengyuanchen.github.io/cropperjs/v2/api/)
3434

35+
As it current state, `cropperjs` is not SSR-friendly, though even if it's SSR-able, I think it would be better to render it client-only to avoid overhead on the server, so remember it wrap/mark the component as `ClientOnly` if your project have SSR-enabled.
36+
3537
Feel free to submit PRs to add helper functions.
3638

3739
## Usage

0 commit comments

Comments
 (0)