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 {
props: {
options: Object,
theme: String | Object,
theme: [String, Object],
initOptions: Object,
group: String,
autoResize: Boolean