refactor(Sceenfull): 移除无用引用exit

This commit is contained in:
郝先瑞
2022-01-02 10:21:40 +08:00
parent e292efe5e2
commit 83b39f97c4

View File

@@ -8,7 +8,7 @@
import {useFullscreen} from '@vueuse/core' import {useFullscreen} from '@vueuse/core'
import SvgIcon from '@/components/SvgIcon/index.vue' import SvgIcon from '@/components/SvgIcon/index.vue'
const { isFullscreen, enter, exit, toggle } = useFullscreen(); const {isFullscreen, enter, toggle} = useFullscreen();
</script> </script>
<style lang='scss' scoped> <style lang='scss' scoped>