|
<template>
|
|
<a-card title="折线树图" :bordered="false">
|
|
<TreeWithPolylineEdge style="height: 600px" />
|
|
</a-card>
|
|
</template>
|
|
|
|
<script setup name="eCShuXingTu">
|
|
import TreeWithPolylineEdge from '@/components/Chart/eCShuXingTu/TreeWithPolylineEdge.vue'
|
|
</script>
|