📜  swalert 2 显示加载器 - TypeScript 代码示例

📅  最后修改于: 2022-03-11 14:48:30.136000             🧑  作者: Mango

代码示例1
Swal.fire({
                title: 'Please Wait !',
                html: 'data uploading',// add html attribute if you want or remove
                allowOutsideClick: false,
                onBeforeOpen: () => {
                    Swal.showLoading()
                },
            });