From 4ce530a38701f2ae95fbc0cbc63cf6e3fd161c07 Mon Sep 17 00:00:00 2001 From: Liam DeBeasi Date: Thu, 13 Jul 2023 13:17:31 -0400 Subject: [PATCH] test(): add test template --- .../refresher/test/basic/index.html | 22 +++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) 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; }