vue-photo-preview icon indicating copy to clipboard operation
vue-photo-preview copied to clipboard

项目中使用了vue.mixin,混入的extend方法容易重名

Open ponytony opened this issue 6 years ago • 2 comments

我在项目中引入的vue-photo-preview,然后在引入的别的库,这个时候发生了extend被覆盖的情况,建议混入的方法不要出现extend这种容易重名的名称

ponytony avatar Apr 08 '19 15:04 ponytony

我也遇到这个问题vue-photo-preview和v-charts一起用,报错Method "extend" has already been defined as a prop.求大神告知,如何解决这个问题

Superbsco avatar Apr 29 '19 04:04 Superbsco

我 fork 修改了一份,可以直接安装使用 https://github.com/mvpleung/vue-photo-preview

npm install @mvpleung/vue-photo-preview --save

mvpleung avatar Jan 12 '20 12:01 mvpleung