zhusiqing %!s(int64=5) %!d(string=hai) anos
pai
achega
a69a5e1ff9
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      src/components/Game.vue

+ 4 - 0
src/components/Game.vue

@@ -36,6 +36,10 @@ export default {
   mounted() {
     const sumHeight = window.innerHeight
     this.height = `${Math.floor(sumHeight / 5)}px`
+    window.addEventListener('resize', () => {
+      const sumHeight = window.innerHeight
+      this.height = `${Math.floor(sumHeight / 5)}px`
+    })
   },
   beforeDestroy() {
     this.ws.close()