diff --git a/core/src/components/refresher/test/basic/index.html b/core/src/components/refresher/test/basic/index.html index 60982df867..63981ddd15 100644 --- a/core/src/components/refresher/test/basic/index.html +++ b/core/src/components/refresher/test/basic/index.html @@ -12,17 +12,31 @@ + - + Pull To Refresh - + - +
@@ -59,7 +73,7 @@ function render() { let html = ''; for (let item of items) { - html += `${item}`; + html += `${item}`; } list.innerHTML = html; }