-
I am using bootstrap modals. When I refresh the page and open the modal the copper doesn't show. But when I resize the window in some way; like resizing the inspect element window or maximizing chrome…
-
I have a Classic Cropper.
For some reason the Grabber doesn't work. It's not showing as a 'Grabbing' cursor (though I can override it to be). And it's not actually grabbing and moving the image.
…
-
const Cropper = () =>
import(/*webpackChunkName: "cropper"*/ "vue-advanced-cropper");
It seems not working.
-
Hi, thanks for an awesome component! The docs are great and the component is very easy to use 💯
I have an issue with calling
```
const { canvas } = this.$refs.cropper.getResult()
this.$emit(…
-
### Version
4.2.1
### Environment info
```
Environment Info:
System:
OS: Windows 10 10.0.18363
CPU: (8) x64 Intel(R) Core(TM) i5-9300H CPU @ 2.40GHz
Binaries:
…
-
### Reporting a bug?
Hello,
I wanted to use Component Interpolation as described here: https://vue-i18n.intlify.dev/guide/advanced/component.html
When trying to use the tag inside by .vue file…
-
(as the other issue closed, maybe this one is a different case)
Sorry for the delay in testing the new version. It seems that new release `5.13.5` makes nuxt render the page properly, but now when …
-
### Reporting a bug?
It seems with local scope the locale used is always the global, no matter what the local scope is set to with Composition API (but messages picked up are from local scope).
#…
-
Please update this for Vue v3, so ppl know how to use it! Currently not working the way it is presented. Thank you!
```
```
Gives error : The "CircleStencil" component has been registe…
-
Getting this error : Uncaught (in promise) TypeError: Cannot read property 'width' of null at VueComponent.resetCoordinates.
I am using cropper inside bootstrap modal, outside bootstrap modal it wo…