File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
src/components/SettingDrawer Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 56
56
"opencollective-postinstall" : " ^2.0.2" ,
57
57
"vue-svg-icon-loader" : " ^2.1.1" ,
58
58
"vue-template-compiler" : " ^2.5.22" ,
59
- "webpack-theme-color-replacer" : " ^1.1.3 "
59
+ "webpack-theme-color-replacer" : " ^1.1.4 "
60
60
},
61
61
"eslintConfig" : {
62
62
"root" : true ,
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ export default {
20
20
oldColors : this . getAntdSerials ( lastColor ) , // current colors array. The same as `matchColors`
21
21
newColors : this . getAntdSerials ( newColor ) // new colors array, one-to-one corresponde with `oldColors`
22
22
}
23
- var promise = client . changer . changeColor ( options )
23
+ var promise = client . changer . changeColor ( options , Promise )
24
24
this . lastColor = lastColor
25
25
return promise
26
26
}
You can’t perform that action at this time.
0 commit comments