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

A small wrapper for integrating SweetAlert to Vuejs

Results 4 vue-swal issues
Sort by recently updated
recently updated
newest added

how to set some action, when user click ok ?

Is there a way to add custom html attributes to the input? For example, to restrict the number of characters through `maxlength`

I have a component for modifying user information, sway if i do something like `this.$swal({ title: 'Edit user', html: '' }) ` The body turns out to be blank

On old android devices, this function is not supported and thus, it brakes everything. Tested on stock browser for android 5.1.1 on galaxy nexus (using simulator)