refactor: use nuxt compatiable 4 folder
This commit is contained in:
10
app/pages/random.vue
Normal file
10
app/pages/random.vue
Normal file
@@ -0,0 +1,10 @@
|
||||
<template>
|
||||
<div flex flex-col>
|
||||
<CommonHeader>
|
||||
今天吃什么
|
||||
</CommonHeader>
|
||||
<div flex flex-grow flex-col items-center justify-center>
|
||||
<RandomRecipe />
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
Reference in New Issue
Block a user