added inputId prop to BaseColorPicker
parent
cd0eebcc82
commit
4c2dcb79f5
|
@ -42,6 +42,10 @@ export default {
|
|||
type: [String, Object],
|
||||
default: 'body'
|
||||
},
|
||||
inputId: {
|
||||
type: String,
|
||||
default: null
|
||||
},
|
||||
panelClass: null
|
||||
},
|
||||
style: ColorPickerStyle,
|
||||
|
|
Loading…
Reference in New Issue