From c633476e6966da2d29bab9f42dd1f57bf01a62c2 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sat, 1 Apr 2023 21:25:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(backTop):=20=E6=B7=BB=E5=8A=A0=E5=9B=9E?= =?UTF-8?q?=E9=A1=B6=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 + src/assets/icons/arrow-top.svg | 17 ++++++++ src/components/t-backTop.vue | 79 ++++++++++++++++++++++++++++++++++ 3 files changed, 98 insertions(+) create mode 100644 src/assets/icons/arrow-top.svg create mode 100644 src/components/t-backTop.vue diff --git a/src/App.vue b/src/App.vue index a4a45462..b831741c 100644 --- a/src/App.vue +++ b/src/App.vue @@ -21,12 +21,14 @@ + + +