forgot register iButton in components
forgot register iButton in components
This commit is contained in:
parent
4504bd9cea
commit
e2f9ad05ec
1 changed files with 1 additions and 1 deletions
|
@ -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},
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue