modify note

This commit is contained in:
jiaming743 2019-08-22 14:01:35 +08:00
parent 71ce19e303
commit ec1bb34018
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ export default {
activeRadius: '55%', activeRadius: '55%',
/** /**
* @description Ring data * @description Ring data
* @type {Array} * @type {Array<Object>}
* @default data = [{ name: '', value: 0 }] * @default data = [{ name: '', value: 0 }]
*/ */
data: [{ name: '', value: 0 }], data: [{ name: '', value: 0 }],