zhangherong
3 天以前 2ee16a9c1b6b29dec6c244bef4f7519a34c6e258
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<template>
  <div>
    Monitor
  </div>
</template>
 
<script>
  export default {
    name: "Monitor"
  }
</script>
 
<style scoped>
 
</style>