kopia lustrzana https://github.com/nolanlawson/pinafore
				
				
				
			
		
			
	
	
		
			13 wiersze
		
	
	
		
			218 B
		
	
	
	
		
			HTML
		
	
	
		
		
			
		
	
	
			13 wiersze
		
	
	
		
			218 B
		
	
	
	
		
			HTML
		
	
	
|   | <div class="{{hidden ? 'hidden' : ''}}"> | ||
|  |   <slot></slot> | ||
|  | </div> | ||
|  | <script> | ||
|  |   export default { | ||
|  |     data: () => ({ | ||
|  |       hidden: true | ||
|  |     }), | ||
|  |     oncreate () { | ||
|  |       this.set({hidden: !process.browser}) | ||
|  |     } | ||
|  |   } | ||
|  | </script> |