10 lines
204 B
Vue
10 lines
204 B
Vue
<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>
|