如何在Slim Cropper JS中获取图像的宽度和高度

时间:2018-07-21 16:29:40

标签: vue.js cropper

我正在使用Slim Cropper Js https://pqina.nl/slim/,并将其与Vuejs集成。

在我的组件中,这就是我的mount()的样子

mounted: function () {
                var self = this;
                self.setSlimOptions();
                self.instance = new Slim(document.getElementById(self.elementId), this.slimOptions);
            }

当我console.log(self.instance)时。它返回以下对象: enter image description here

从对象self.instance.data.output.height中可以看到,应该返回500。但是它总是返回0。

我在做什么错了?

预先感谢

0 个答案:

没有答案