mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-17 16:35:53 +08:00
19 lines
256 B
Vue
19 lines
256 B
Vue
<template>
|
|
<div class="video-message">
|
|
视频消息
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: 'VideoMessage',
|
|
components: {},
|
|
data() {
|
|
return {}
|
|
},
|
|
methods: {},
|
|
created() {},
|
|
}
|
|
</script>
|
|
<style lang="less" scoped></style>
|