feat init
This commit is contained in:
9
src/layouts/default.vue
Normal file
9
src/layouts/default.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<view class="px-10 py-20 text-center">
|
||||
<slot />
|
||||
<app-footer />
|
||||
<view class="mx-auto mt-5 text-center text-sm opacity-25">
|
||||
[Default Layout]
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
9
src/layouts/home.vue
Normal file
9
src/layouts/home.vue
Normal file
@@ -0,0 +1,9 @@
|
||||
<template>
|
||||
<view class="px-10 py-20 text-center">
|
||||
<slot />
|
||||
<app-footer />
|
||||
<view class="mx-auto mt-5 text-center text-sm opacity-25">
|
||||
[Home Layout]
|
||||
</view>
|
||||
</view>
|
||||
</template>
|
||||
Reference in New Issue
Block a user