fix: ensure vca is installed

This commit is contained in:
Justineo
2021-03-03 20:26:21 +08:00
parent 18222e0c77
commit 677971795f

View File

@ -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) {