test #47

Merged
gtz217 merged 273 commits from test into master 2023-10-17 08:53:54 +08:00
Showing only changes of commit 1c7e908d2e - Show all commits

View File

@ -0,0 +1,31 @@
<!--
filename: detailGraph.vue
author: liubin
date: 2023-08-04 16:36:21
description: 图表
-->
<template>
<div id="detail-graph">
detail graph (echarts)
</div>
</template>
<script>
export default {
name: "DetailGraph",
components: {},
props: {},
data() {
return {
configs: {}
}
},
computed: {},
methods: {},
}
</script>
<style scoped lang="scss">
</style>