From 6650f0d2dd9633070e445e86f511b7212e9d71f3 Mon Sep 17 00:00:00 2001 From: pipipi-pikachu Date: Sun, 16 Jan 2022 14:52:38 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E9=A2=84=E8=A7=88=E6=8F=90=E7=A4=BA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 9 ++++- src/main.ts | 2 + src/utils/common.ts | 7 ++++ src/views/Mobile.vue | 88 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 104 insertions(+), 2 deletions(-) create mode 100644 src/views/Mobile.vue diff --git a/src/App.vue b/src/App.vue index 26299aed..1fb90f71 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,21 +1,25 @@ + + \ No newline at end of file