实时喊话

This commit is contained in:
yanran200730
2022-06-07 09:38:24 +08:00
parent dfa5b9ded5
commit 7d0742cb34
2 changed files with 33 additions and 1 deletions

View File

@@ -0,0 +1,31 @@
<template>
<div class="LiveBroadcast">
</div>
</template>
<script>
export default {
appName: '实时喊话',
data () {
return {
}
},
onLoad () {
},
methods: {
}
}
</script>
<style lang="scss" scoped>
.LiveBroadcast {
}
</style>