sweetalert.min.js?b618:1 Uncaught SweetAlert: 1st argument ('function Vue (options) code example
Example 1: switch alert
swal({
title: "Good job!",
text: "You clicked the button!",
icon: "success",
button: "Aww yiss!"
});
Example 2: sweet alert react
import swal from 'sweetalert';