addMessage.vue 127 B

1234567
  1. <template>
  2. <div :class="className" :style="{height:height,width:width}" >消息列表</div>
  3. </template>
  4. <script>
  5. </script>