Files
uniapp-im-shop/TUIKit/components/TUIChat/message-input-toolbar/live-stream/apply.vue
2026-01-09 00:01:23 +08:00

17 lines
346 B
Vue

<script setup></script>
<template>
<view>
<nav-bar isTopBg isPlaceholder title="申请主播"></nav-bar>
申请直播TUIKit\components\TUIChat\message-input-toolbar\live-stream\apply.vue
<view class="apply-box"></view>
</view>
</template>
<style scoped lang="scss">
// 背景色
page {
background: #f9f9f9;
}
</style>