mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-14 19:23:28 +08:00
fix type
This commit is contained in:
@ -53,7 +53,7 @@ const MOUSE_EVENTS = [
|
||||
export default {
|
||||
props: {
|
||||
options: Object,
|
||||
theme: String | Object,
|
||||
theme: [String, Object],
|
||||
initOptions: Object,
|
||||
group: String,
|
||||
autoResize: Boolean
|
||||
|
Reference in New Issue
Block a user