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