From 685f5f5c4e64dfe4a5a6338eeffb27d4921661f4 Mon Sep 17 00:00:00 2001 From: iczer <1126263215@qq.com> Date: Fri, 28 Aug 2020 12:25:49 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20remove=20enquireScreen=20function?= =?UTF-8?q?=20from=20device.js=20to=20util.js;=20:star2:=20=E9=87=8D?= =?UTF-8?q?=E6=9E=84=EF=BC=9A=E6=8A=8A=20enquireScreen=20=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E4=BB=8E=20device.js=20=E8=BF=81=E7=A7=BB=E8=87=B3=20?= =?UTF-8?q?util.js=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 9 ++++----- src/utils/device.js | 15 --------------- 2 files changed, 4 insertions(+), 20 deletions(-) delete mode 100644 src/utils/device.js diff --git a/src/App.vue b/src/App.vue index 824a3de..737f3e8 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,8 +5,8 @@