mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-05-13 05:17:28 -04:00
chore: Nuxt 4 upgrade (#7426)
This commit is contained in:
7
frontend/app/pages/g/[groupSlug]/cookbooks/[slug].vue
Normal file
7
frontend/app/pages/g/[groupSlug]/cookbooks/[slug].vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
<CookbookPage />
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import CookbookPage from "@/components/Domain/Cookbook/CookbookPage.vue";
|
||||
</script>
|
||||
Reference in New Issue
Block a user