From 677971795f74b9453e26d4ce83bf8f1751427196 Mon Sep 17 00:00:00 2001 From: Justineo Date: Wed, 3 Mar 2021 20:26:21 +0800 Subject: [PATCH] fix: ensure vca is installed --- src/ECharts.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/ECharts.ts b/src/ECharts.ts index 6027a53..55e3fb0 100644 --- a/src/ECharts.ts +++ b/src/ECharts.ts @@ -1,5 +1,6 @@ /* eslint-disable @typescript-eslint/no-explicit-any */ import { + install, defineComponent, ref, unref, @@ -37,6 +38,8 @@ import { import "./style.css"; import { omitOn } from "./utils"; +install(); + const TAG_NAME = "x-vue-echarts"; if (Vue2) {