mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-25 08:09:41 +02:00
style(frontend): 🎨 refactor/rewrite UI for meal-planner (#717)
* add new creation links
* style(frontend): 🎨 refactor/rewrite UI for meal-planner
* add random meal
Co-authored-by: Hayden <hay-kot@pm.me>
This commit is contained in:
parent
bd8882ec44
commit
f9829141c0
4 changed files with 185 additions and 69 deletions
|
@ -189,8 +189,7 @@
|
|||
</template>
|
||||
|
||||
<script lang="ts">
|
||||
import { defineComponent, ref, useContext } from "@nuxtjs/composition-api";
|
||||
import { computed, reactive } from "@vue/reactivity";
|
||||
import { defineComponent, ref, useContext, computed, reactive } from "@nuxtjs/composition-api";
|
||||
export default defineComponent({
|
||||
layout: "basic",
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue