mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 10:13:32 -04:00 
			
		
		
		
	refactor: ♻️ rewrite migrations frontend/backend (#841)
* refactor(frontend): ♻️ rewrite migrations UI * refactor(backend): ♻️ rewrite recipe migrations * remove vue-demi Co-authored-by: hay-kot <hay-kot@pm.me>
This commit is contained in:
		| @@ -54,8 +54,7 @@ | ||||
| </template> | ||||
|  | ||||
| <script lang="ts"> | ||||
| import { defineComponent, toRefs, reactive, ref } from "@nuxtjs/composition-api"; | ||||
| import { watch } from "vue-demi"; | ||||
| import { defineComponent, toRefs, reactive, ref, watch } from "@nuxtjs/composition-api"; | ||||
| import RecipeCardMobile from "./RecipeCardMobile.vue"; | ||||
| import { useRecipes, allRecipes, useRecipeSearch } from "~/composables/recipes"; | ||||
| import { RecipeSummary } from "~/types/api-types/recipe"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user