This commit is contained in:
cheneyliu
2017-08-14 14:04:51 +08:00
committed by GitHub
parent 1a23d24927
commit b62a24ee25

View File

@ -53,7 +53,7 @@ const MOUSE_EVENTS = [
export default { export default {
props: { props: {
options: Object, options: Object,
theme: String | Object, theme: [String, Object],
initOptions: Object, initOptions: Object,
group: String, group: String,
autoResize: Boolean autoResize: Boolean