mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-11-01 18:53:59 -04: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:
@@ -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",
|
||||
|
||||
|
||||
Reference in New Issue
Block a user