Files
cook/pages/random.vue
2023-07-30 20:13:20 +08:00

11 lines
216 B
Vue

<template>
<div flex flex-col>
<CommonHeader>
今天吃什么
</CommonHeader>
<div flex flex-grow flex-col items-center justify-center>
<RandomRecipe mt-8 />
</div>
</div>
</template>