snowy/snowy-admin-web/src/views/exm/chart/eCShuXingTu.vue

10 lines
269 B
Vue

<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>