add capsule and ring chart
This commit is contained in:
		
							
								
								
									
										15
									
								
								src/components/ringChart/index.vue
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								src/components/ringChart/index.vue
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
<template>
 | 
			
		||||
  <div class="ring-chart">
 | 
			
		||||
    this is ring chart
 | 
			
		||||
  </div>
 | 
			
		||||
</template>
 | 
			
		||||
 | 
			
		||||
<script>
 | 
			
		||||
export default {
 | 
			
		||||
  name: 'RingChart'
 | 
			
		||||
}
 | 
			
		||||
</script>
 | 
			
		||||
 | 
			
		||||
<style lang="less">
 | 
			
		||||
.ring-chart {}
 | 
			
		||||
</style>
 | 
			
		||||
		Reference in New Issue
	
	Block a user