Commit e2f9ad05ec2fac16f7ba688a16c08f135cb092ef

Authored by kk
Committed by GitHub
1 parent 4504bd9c

forgot register iButton in components

forgot register iButton in components
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/components/color-picker/color-picker.vue
@@ -134,7 +134,7 @@ import {changeColor, toRGBAString} from './utils'; @@ -134,7 +134,7 @@ import {changeColor, toRGBAString} from './utils';
134 export default { 134 export default {
135 name: 'ColorPicker', 135 name: 'ColorPicker',
136 136
137 - components: {Drop, RecommendColors, Saturation, Hue, Alpha, iInput}, 137 + components: {Drop, RecommendColors, Saturation, Hue, Alpha, iInput, iButton},
138 138
139 directives: {clickOutside, TransferDom}, 139 directives: {clickOutside, TransferDom},
140 140