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、

04-14 19:03