mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-15 03:33:19 +08:00
Merge pull request #112 from cheneyliu/patch-1
添加 theme多类型支持,能直接通过prop的形式导入 theme
This commit is contained in:
@ -53,7 +53,7 @@ const MOUSE_EVENTS = [
|
|||||||
export default {
|
export default {
|
||||||
props: {
|
props: {
|
||||||
options: Object,
|
options: Object,
|
||||||
theme: String,
|
theme: [String, Object],
|
||||||
initOptions: Object,
|
initOptions: Object,
|
||||||
group: String,
|
group: String,
|
||||||
autoResize: Boolean
|
autoResize: Boolean
|
||||||
|
Reference in New Issue
Block a user