mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-08-15 11:55:49 +08:00
chore: make emit type a little more consistent with runtime
This commit is contained in:
@ -68,7 +68,7 @@ export default defineComponent({
|
|||||||
...autoresizeProps,
|
...autoresizeProps,
|
||||||
...loadingProps
|
...loadingProps
|
||||||
},
|
},
|
||||||
emits: [] as unknown as Emits,
|
emits: {} as unknown as Emits,
|
||||||
inheritAttrs: false,
|
inheritAttrs: false,
|
||||||
setup(props, { attrs }) {
|
setup(props, { attrs }) {
|
||||||
const root = shallowRef<EChartsElement>();
|
const root = shallowRef<EChartsElement>();
|
||||||
|
Reference in New Issue
Block a user