We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9ca4835 commit a367e69Copy full SHA for a367e69
lib/index.js
@@ -51,7 +51,7 @@ Toast.install = function (Vue, options) {
51
setTimeout(function () {
52
toastVM.show = showToast = false;
53
var elements = document.getElementsByClassName('lx-load-mark');
54
- for (var i = 0; i < elements.length; i++) { // 单页面加载不同的页面时会生成多个 load mark,关闭的时候全部移除
+ for (var i = 0; i < elements.length; i++) { // 单页面加载不同的页面时会生成多个 load mark,隐藏的时候全部移除
55
elements[i].remove()
56
}
57
}, opt.duration)
0 commit comments