19 lines
		
	
	
		
			234 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			234 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <template>
 | |
|   <v-row justify="center" align="center">
 | |
|     <v-col cols="12" sm="12" md="8">
 | |
|       <h1>Yolo</h1>
 | |
|     </v-col>
 | |
|   </v-row>
 | |
| </template>
 | |
| 
 | |
| <script>
 | |
| 
 | |
| export default {
 | |
|   components: {}
 | |
| }
 | |
| </script>
 | |
| 
 | |
| <style lang="less">
 | |
| 
 | |
| </style>
 |