-
I am using `vue-croppa` in Nuxt.js project which runs webpack to resolve images.
I am trying to setup initial image but it doesn't work for me. I tried:
```
```
Any help is appreciat…
-
In a parent component, I'm using Jquery to open a modal containing VueCropper. VueCropper is initialized before I open the modal, and so it doesn't fit the size of the modal properly.
```
openCrop…
-
我先install然后import了,结果报这个错
-
Hello,
I noticed that nothing happen when i tap on the area, or when i click the button
CHOOSE FILE...
https://github.com/zhanziyang/vue-croppa/blob/884ab11aeb4fd3fc21f19e8b1e059f21d816bd4c/src…
-
如题
youlm updated
7 years ago
-
打包后打开index.html 一片空白 所有资源文件都出现Failed to load resource: the server responded with a status of 404 () 报错
-
![image](https://user-images.githubusercontent.com/29303050/30694235-b804bb9a-9f05-11e7-9c0b-c4d08713819b.png)
ghost updated
7 years ago
-
How can I install bootstrap 3.3.7 along v4-dev using npm?
Right now I'm trying with this config:
```javascript
{
"private": true,
"scripts": {
"dev": "npm run development",
"develop…
-
-
Really great component, thanks. But here is not possible to load component asynchronously.
```
Vue.component('croppa ', resolve => {
require.ensure([], function() {
require('vue-cro…