forgot register iButton in components

forgot register iButton in components
This commit is contained in:
kk 2018-09-10 16:06:55 +08:00 committed by GitHub
parent 4504bd9cea
commit e2f9ad05ec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -134,7 +134,7 @@ import {changeColor, toRGBAString} from './utils';
export default {
name: 'ColorPicker',
components: {Drop, RecommendColors, Saturation, Hue, Alpha, iInput},
components: {Drop, RecommendColors, Saturation, Hue, Alpha, iInput, iButton},
directives: {clickOutside, TransferDom},