feat(list): add Main component

This commit is contained in:
Kim, Jimin 2025-03-20 21:02:51 +09:00
parent c75b2385f2
commit fda8415efb
Signed by: pomp
GPG key ID: D3932F82A0667A3B
3 changed files with 53 additions and 44 deletions

View file

@ -0,0 +1,5 @@
<template>
<main class="mx-auto max-w-screen-mobile px-2">
<slot />
</main>
</template>