Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 219 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 219 Bytes

make a pie with vue

Example

	<VuePie
		value="0.2"
		ring="0.5"
		isShowNumber="true"
		color="red"
		rotate="45">
	</VuePie>	

Installation

npm install vue-pie 

License

(The MIT License)