mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			125 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			125 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <script setup lang="ts">
 | |
| definePageMeta({
 | |
|   middleware: ["admin-only"],
 | |
| });
 | |
| </script>
 | |
| 
 | |
| <template>
 | |
|   <NuxtPage />
 | |
| </template>
 |