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

Array.apply(null, {length: 12}) 在Chrome 17版本上会报错

Open q569608465 opened this issue 6 years ago • 0 comments

lib/index.js文件中的Array.apply(null, {length: 12})代码在Chrome 17版本上会报错:TypeError:Function.prototype.apply:Arguments list has wrong type.

Array.apply的第二个参数应该是一个数组,如果只有一个参数值,可以使用call方法。

q569608465 avatar Mar 13 '19 08:03 q569608465