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

A mobile toast plugin for vue2.

Results 6 vue-toast issues
Sort by recently updated
recently updated
newest added

我在封装axio请求时,需要提前处理http状态错误,此时插件没有挂载。请问如何调用toast插件?

Opening the demo url show this message: FortiGuard Web Page Blocked! You have tried to access a web page which is in violation of your internet usage policy. URL: http://icp.pppf.com.cn/...

lib/index.js文件中的`Array.apply(null, {length: 12})`代码在Chrome 17版本上会报错:TypeError:Function.prototype.apply:Arguments list has wrong type. Array.apply的第二个参数应该是一个数组,如果只有一个参数值,可以使用call方法。