perf: perf

This commit is contained in:
xiaoxian521
2021-04-19 18:11:12 +08:00
parent d6fcab53b9
commit fdff569de9
26 changed files with 287 additions and 134 deletions

View File

@@ -15,7 +15,7 @@
import { useFullscreen } from '@vueuse/core'
import {
defineComponent,
} from "vue";
} from "vue"
export default defineComponent({
name: "screenfull",
setup() {
@@ -24,7 +24,7 @@ export default defineComponent({
return {
isFullscreen,
toggle,
};
}
},
});
</script>