some more things in recipe view

This commit is contained in:
vabene1111
2024-02-24 11:14:58 +01:00
committed by smilerz
parent 3f880ef304
commit 644be2d59b
8 changed files with 144 additions and 65 deletions

View File

@@ -13,8 +13,8 @@
<script lang="ts">
import {defineComponent} from 'vue'
import {ApiApi, Recipe} from "@/openapi";
import KeywordsComponent from "@/components/display/KeywordsComponent.vue";
import RecipeCardComponent from "@/components/display/RecipeCardComponent.vue";
import KeywordsComponent from "@/components/display/KeywordsBar.vue";
import RecipeCardComponent from "@/components/display/RecipeCard.vue";
export default defineComponent({
name: "RecipeSearchPage",