mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-11-06 21:18:32 +08:00
chore: move to pnpm and refine build
This commit is contained in:
3
src/index.vue2.d.ts
vendored
3
src/index.vue2.d.ts
vendored
@ -1,6 +1,5 @@
|
||||
/* eslint-disable @typescript-eslint/ban-types */
|
||||
import { DefineComponent } from "@vue/runtime-dom";
|
||||
import { Ref } from "@vue/composition-api";
|
||||
import { Ref, DefineComponent } from "vue-demi";
|
||||
import { Option, InitOptions, UpdateOptions, EChartsType } from "./types";
|
||||
|
||||
declare const LOADING_OPTIONS_KEY = "ecLoadingOptions";
|
||||
|
||||
Reference in New Issue
Block a user