mirror of
https://github.com/mealie-recipes/mealie.git
synced 2026-04-19 03:15:35 -04:00
chore: migrate remaining pages to script setup (#7310)
This commit is contained in:
@@ -2,10 +2,6 @@
|
||||
<CookbookPage />
|
||||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
<script setup lang="ts">
|
||||
import CookbookPage from "@/components/Domain/Cookbook/CookbookPage.vue";
|
||||
|
||||
export default defineNuxtComponent({
|
||||
components: { CookbookPage },
|
||||
});
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user