Add a fullscreen button and the keyboard lock API (#266)

Closes #249
This commit is contained in:
Keavon Chambers
2021-07-14 18:56:22 -07:00
parent 2aff782e70
commit ca50e8f37d
14 changed files with 151 additions and 17 deletions
@@ -59,7 +59,7 @@ export default defineComponent({
},
data() {
return {
platform: ApplicationPlatform.Windows,
platform: ApplicationPlatform.Web,
maximized: true,
};
},