mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
		
			236 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			236 B
		
	
	
	
		
			Vue
		
	
	
	
	
	
| <template>
 | |
|   <div></div>
 | |
| </template>
 | |
|     
 | |
|     <script lang="ts">
 | |
| import { defineComponent } from "@nuxtjs/composition-api";
 | |
| 
 | |
| export default defineComponent({
 | |
|   setup() {
 | |
|     return {};
 | |
|   },
 | |
| });
 | |
| </script>
 | |
|     
 | |
|     <style scoped>
 | |
| </style> |