mirror of
				https://github.com/mealie-recipes/mealie.git
				synced 2025-10-31 02:03:35 -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:
		| @@ -57,8 +57,7 @@ | ||||
| </template> | ||||
|  | ||||
| <script lang="ts"> | ||||
| import { defineComponent, ref, toRefs } from "@nuxtjs/composition-api"; | ||||
| import { onMounted, reactive } from "vue-demi"; | ||||
| import { defineComponent, ref, toRefs, onMounted, reactive } from "@nuxtjs/composition-api"; | ||||
| import { useUserApi } from "~/composables/api"; | ||||
| import { RecipeComment } from "~/api/class-interfaces/recipes/types"; | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user