mirror of
https://github.com/ecomfe/vue-echarts.git
synced 2025-10-29 07:56:12 +08:00
fix: ensure vca is installed
This commit is contained in:
@ -1,5 +1,6 @@
|
|||||||
/* eslint-disable @typescript-eslint/no-explicit-any */
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
||||||
import {
|
import {
|
||||||
|
install,
|
||||||
defineComponent,
|
defineComponent,
|
||||||
ref,
|
ref,
|
||||||
unref,
|
unref,
|
||||||
@ -37,6 +38,8 @@ import {
|
|||||||
import "./style.css";
|
import "./style.css";
|
||||||
import { omitOn } from "./utils";
|
import { omitOn } from "./utils";
|
||||||
|
|
||||||
|
install();
|
||||||
|
|
||||||
const TAG_NAME = "x-vue-echarts";
|
const TAG_NAME = "x-vue-echarts";
|
||||||
|
|
||||||
if (Vue2) {
|
if (Vue2) {
|
||||||
|
|||||||
Reference in New Issue
Block a user