DemuMesDataV/src/components/ringChart/index.vue

16 lines
186 B
Vue
Raw Normal View History

2018-12-05 18:31:36 +08:00
<template>
<div class="ring-chart">
this is ring chart
</div>
</template>
<script>
export default {
name: 'RingChart'
}
</script>
<style lang="less">
.ring-chart {}
</style>