提交components.js

This commit is contained in:
GoEdgeLab
2022-09-30 18:36:46 +08:00
parent 9395ac1ec1
commit fb229bb727
2 changed files with 2 additions and 2 deletions

View File

@@ -13728,7 +13728,7 @@ Vue.component("download-link", {
} else {
let e = document.getElementById(this.vElement)
if (e == null) {
teaweb.warn("找不到要下载的内容")
// 不提示错误,因为此时可能页面未加载完整
return
}
text = e.innerText