From 9af3b116d1104993ce09edb01a79bfd3680fdec1 Mon Sep 17 00:00:00 2001 From: lanyuanxiaoyao Date: Wed, 11 Dec 2024 12:08:49 +0800 Subject: [PATCH] =?UTF-8?q?=E8=99=9A=E6=8B=9F=E5=88=97=E8=A1=A8=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 300 +++-------------------------- src/components/VirtualList.vue | 341 +++++++++++++++++++++++++++++++++ 2 files changed, 372 insertions(+), 269 deletions(-) create mode 100644 src/components/VirtualList.vue diff --git a/src/App.vue b/src/App.vue index 590d40a..bd6e0dd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,289 +1,51 @@ - + + diff --git a/src/components/VirtualList.vue b/src/components/VirtualList.vue new file mode 100644 index 0000000..a4763a9 --- /dev/null +++ b/src/components/VirtualList.vue @@ -0,0 +1,341 @@ + + + + + \ No newline at end of file