test #47
@@ -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>
 | 
			
		||||
		Reference in New Issue
	
	Block a user