update note

This commit is contained in:
jiaming743
2019-08-22 14:42:51 +08:00
parent fdf5b76fe0
commit e470b2ed8a
3 changed files with 9 additions and 5 deletions

View File

@ -90,9 +90,10 @@ export default {
*/
waveOpacity: 0.4,
/**
* @description Colors (Hex|rgb|rgba)
* @description Colors (hex|rgb|rgba|color keywords)
* @type {Array<String>}
* @default colors = ['#00BAFF', '#3DE7C9']
* @example colors = ['#000', 'rgb(0, 0, 0)', 'rgba(0, 0, 0, 1)', 'red']
*/
colors: ['#3DE7C9', '#00BAFF'],
/**