17 lines
346 B
Vue
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>
|