import swal from 'sweetalert'; swal("Hello world!"); ... swal({ title: "Are you sure? ... const value = await swal("Type something:", { content: "input", }); ...
確定! 回上一頁