vue-cropperjs icon indicating copy to clipboard operation
vue-cropperjs copied to clipboard

初始化不使用默认图片占位

Open ringgoyao opened this issue 4 years ago • 2 comments

初始化的时候,不想有默认图片占位,如何处理?example里,把imgSrc去掉后,就变成白的了

ringgoyao avatar May 07 '20 10:05 ringgoyao

Sorry, please write in english.

Agontuk avatar May 07 '20 11:05 Agontuk

I think that he want to know about how to handle with empty url in component He can do a ternarie passing a default url

...
imgSrc: url || 'http://localhost/img.png'
...

lucasfontesgaspareto avatar May 20 '20 03:05 lucasfontesgaspareto