Move all files to tailwindcss-talks-table/
This commit is contained in:
		
							parent
							
								
									1668c195ea
								
							
						
					
					
						commit
						f47a6b089d
					
				
					 16 changed files with 0 additions and 0 deletions
				
			
		
							
								
								
									
										28
									
								
								tailwindcss-talks-table/src/App.vue
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								tailwindcss-talks-table/src/App.vue
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,28 @@ | |||
| <template> | ||||
|   <div id="app" class="py-10"> | ||||
|     <div class="max-w-6xl mx-auto px-4"> | ||||
|       <TalksTable :data="data"/> | ||||
|     </div> | ||||
|   </div> | ||||
| </template> | ||||
| 
 | ||||
| <script> | ||||
| import data from '@/data' | ||||
| import TalksTable from '@/components/TalksTable' | ||||
| 
 | ||||
| export default { | ||||
|   name: 'app', | ||||
| 
 | ||||
|   components: { | ||||
|     TalksTable | ||||
|   }, | ||||
| 
 | ||||
|   data () { | ||||
|     return { | ||||
|       data | ||||
|     } | ||||
|   } | ||||
| } | ||||
| </script> | ||||
| 
 | ||||
| <style src="@/assets/css/tailwind.css"></style> | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue