Newer
Older
shipFront / src / views / common / channel / channelList.vue
[wangxitong] on 15 Oct 2021 206 bytes first commit
<!--
 * @Description: 通道列表
 * @Author: 王晓颖
 * @Date:
 -->
<template />

<script>
export default {
  name: 'ChannelList'
}
</script>

<style rel="stylesheet/scss" lang="scss" scoped>

</style>