| 
					
				 | 
			
			
				@@ -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() 
			 |