mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-27 08:14:30 -04:00 
			
		
		
		
	refactor(frontend): 🏗️ scafold pages and componenets folder
Setup the file structure for components, pages, layouts, api, and all new frontend structure
This commit is contained in:
		
							
								
								
									
										17
									
								
								frontend/layouts/admin.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								frontend/layouts/admin.vue
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | ||||
| <template> | ||||
|   <v-app dark> </v-app> | ||||
| </template> | ||||
|    | ||||
|  | ||||
| <script lang="ts"> | ||||
| import { defineComponent } from '@nuxtjs/composition-api' | ||||
|  | ||||
| export default defineComponent({ | ||||
|   setup() { | ||||
|     return {} | ||||
|   } | ||||
| }) | ||||
| </script> | ||||
|        | ||||
|       <style scoped> | ||||
| </style> | ||||
		Reference in New Issue
	
	Block a user