标签:eset title blog string 好用 confirm gif func log
1、很好用的弹窗
https://limonte.github.io/sweetalert2/
https://github.com/limonte/sweetalert2
import ‘./untils/swal.css‘;
import swal from ‘sweetalert2‘
swal.queue(steps).then(function (result) { swal.resetDefaults() swal({ title: ‘All done!‘, html: ‘Your answers: <pre>‘ + JSON.stringify(result) + ‘</pre>‘, confirmButtonText: ‘Lovely!‘ }) }, function () { swal.resetDefaults() })
2、一款兼容的视频插件video.js
https://github.com/videojs/video.js
3、
标签:eset title blog string 好用 confirm gif func log
原文地址:http://www.cnblogs.com/yiyi17/p/7762937.html