docs(Button): add gradient color demo (#4454)

This commit is contained in:
neverland
2019-09-14 10:25:13 +08:00
committed by GitHub
parent 71427b61c2
commit adc8f0b9bb
8 changed files with 24 additions and 17 deletions
+2 -2
View File
@@ -76,8 +76,8 @@ export default {
return {
currentRate: 0,
gradientColor: {
'0%': '#ffd01e',
'100%': '#ee0a24'
'0%': '#3fecff',
'100%': '#6149f6'
}
};
}