1
zhangchengsong
6 天以前 eb429870f6f164f7e150beb5ef940610a40f897f
项目代码/WIDESEAWCS_Client/src/views/Home.vue
@@ -1,11 +1,14 @@
<template>
  <div class="title"></div>
  <LineComponent/>
</template>
<script>
import { ref, reactive } from 'vue'
import  LineComponent from  "./LineComponent.vue"
export default {
  components:{
    LineComponent
  },
  setup() {
    return {