update for v2.0.0-alpha
This commit is contained in:
@ -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}
|
||||
|
Reference in New Issue
Block a user