feat: layout & index

This commit is contained in:
菲鸽
2024-01-27 21:03:25 +08:00
parent 3e90fbcb51
commit 3c7df48838
2 changed files with 8 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
<template>
<view class="default-layout">
<slot />
<view class="text-gray-400 m-auto mt-8">[default layout]</view>
</view>
</template>