unibest/src/layouts/demo.vue

6 lines
79 B
Vue
Raw Normal View History

<template>
<view class="text-center p-4">
<slot />
</view>
</template>