hx/layouts/demo.vue

6 lines
79 B
Vue

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