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

Elegant, responsive, flexible and lightweight notification plugin implemented for Vue 2 of iziToast

Results 34 vue-izitoast issues
Sort by recently updated
recently updated
newest added

I am getting the error on 'npm build' ERROR in static/js/vendor.390088080e4987aacfed.js from UglifyJs SyntaxError: Unexpected token operator «=», expected punc «,» [./~/vue-izitoast/dist/vue-izitoast.js:87,0] I saw in vue-izitoast.js:87,0 and founded the followed...

bug

hey, I have a case in which I need to have different methods like the Show toast (Example with buttons), but each method should have different Action Functions and Labels...

enhancement

I hate to even note this, but we unfortunately have a requirement to use IE 10+ in our app and we're really fond of this package, but it doesn't seem...

bug
IE

So instead of just this: ``` Vue.use(VueIziToast, { position: 'topRight', timeout: 5000, closeOnEscape: true }) ``` I would like to do this: ``` Vue.use(VueIziToast, { success: { timeout: 3000, },...

enhancement