update for v2.0.0-alpha

This commit is contained in:
jiaming743
2019-06-26 15:25:53 +08:00
parent 31fa0c6698
commit d1bab347aa
8 changed files with 357 additions and 299 deletions

View File

@ -48,9 +48,9 @@ export default {
/**
* @description Ring data
* @type {Array}
* @default data = []
* @default data = [{ name: '', value: 0 }]
*/
data: [],
data: [{ name: '', value: 0 }],
/**
* @description Ring line width
* @type {Number}