chore: move to pnpm and refine build

This commit is contained in:
Justineo
2022-05-11 22:38:00 +08:00
parent e51adb12d0
commit 57cd2e6a16
9 changed files with 9149 additions and 32597 deletions

3
src/index.vue2.d.ts vendored
View File

@ -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";