Merge pull request #112 from cheneyliu/patch-1

添加 theme多类型支持,能直接通过prop的形式导入 theme
This commit is contained in:
GU Yiling
2017-09-04 12:31:08 +08:00
committed by GitHub

View File

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