From 109299ae3409b94e8f42bc550aa48c4ce5274005 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=83=9D=E5=85=88=E7=91=9E?= <1490493387@qq.com> Date: Thu, 24 Feb 2022 00:05:46 +0800 Subject: [PATCH] =?UTF-8?q?style(Screenfull):=20=E7=A7=BB=E9=99=A4?= =?UTF-8?q?=E6=97=A0=E7=94=A8=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Screenfull/index.vue | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/src/components/Screenfull/index.vue b/src/components/Screenfull/index.vue index 6ed3e5d7..b5b86973 100644 --- a/src/components/Screenfull/index.vue +++ b/src/components/Screenfull/index.vue @@ -9,15 +9,4 @@ import {useFullscreen} from '@vueuse/core' import SvgIcon from '@/components/SvgIcon/index.vue' const {isFullscreen, enter, toggle} = useFullscreen(); - - - \ No newline at end of file + \ No newline at end of file