You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since part of the code in this repo has nothing to do with the cropper component (e.g. Documentation ), since v0.7.0 , this repo supports an independent workspace, so that the component's dependencies no longer have irrelevant dependencies (currently this problem only exists in previous patch version v0.6.2)
Upgraded the dependency version of CropperJS (v1.5.13 --> v1.6.1)
The component uses Vue's ref API instead of the original random ID selector.
The component uses Vite's Inline CSS Mode to import styles internally, so the build product no longer generates a separate CSS file.