实时喊话
This commit is contained in:
31
src/project/beta/AppBroadcast1/LiveBroadcast.vue
Normal file
31
src/project/beta/AppBroadcast1/LiveBroadcast.vue
Normal 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>
|
||||
Reference in New Issue
Block a user