mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-11-07 13:36:03 +08:00
fix(types): fix types for vue < 2.7
This commit is contained in:
3
src/index.vue2.d.ts
vendored
3
src/index.vue2.d.ts
vendored
@ -1,5 +1,6 @@
|
||||
/* eslint-disable @typescript-eslint/ban-types */
|
||||
import type { Ref, DefineComponent } from "vue-demi";
|
||||
import type { DefineComponent } from "@vue/runtime-core";
|
||||
import type { Ref } from "vue-demi";
|
||||
import type {
|
||||
Option,
|
||||
InitOptions,
|
||||
|
||||
Reference in New Issue
Block a user