mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-10-28 03:25:02 +08:00
fix: ensure vca is installed
This commit is contained in:
@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user