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