SocialNetworks_duan/src/views/GroupEvolution/component/groupGraph.vue

13 lines
185 B
Vue
Raw Normal View History

<template>
<div class="groupGraph-component"></div>
</template>
<script setup></script>
<style scoped lang="less">
.groupGraph-component {
width: 100%;
height: 100%;
}
</style>