mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-30 17:53:31 -04:00 
			
		
		
		
	reorganize all frontend items
This commit is contained in:
		| @@ -1,16 +1,17 @@ | ||||
| <template> | ||||
|     <div></div> | ||||
|   </template> | ||||
|    | ||||
|   <script lang="ts"> | ||||
|   import { defineComponent } from '@nuxtjs/composition-api' | ||||
|    | ||||
|   export default defineComponent({ | ||||
|     setup() { | ||||
|       return {} | ||||
|     } | ||||
|   }) | ||||
|   </script> | ||||
|    | ||||
|   <style scoped> | ||||
|   </style> | ||||
|   <div></div> | ||||
| </template> | ||||
|  | ||||
| <script lang="ts"> | ||||
| import { defineComponent } from "@nuxtjs/composition-api"; | ||||
|  | ||||
| export default defineComponent({ | ||||
|   layout: "admin", | ||||
|   setup() { | ||||
|     return {}; | ||||
|   }, | ||||
| }); | ||||
| </script> | ||||
|  | ||||
| <style scoped> | ||||
| </style> | ||||
		Reference in New Issue
	
	Block a user