refactor(Sceenfull): 移除无用引用exit
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user