吉媒互动平台前端
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

11 lines
245 B

<template>
<view class="gui-flex gui-columns gui-justify-content-center gui-align-items-center">
<slot name="img"></slot>
<slot name="text"></slot>
<slot name="other"></slot>
</view>
</template>
<script>
</script>
<style scoped>
</style>