feat(list): add Main component
This commit is contained in:
parent
c75b2385f2
commit
fda8415efb
3 changed files with 53 additions and 44 deletions
5
apps/list/components/Main.vue
Normal file
5
apps/list/components/Main.vue
Normal file
|
@ -0,0 +1,5 @@
|
|||
<template>
|
||||
<main class="mx-auto max-w-screen-mobile px-2">
|
||||
<slot />
|
||||
</main>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue