From 00578479e30e10eae691c289a71d813f0468f992 Mon Sep 17 00:00:00 2001 From: skie1997 Date: Mon, 24 Feb 2025 15:00:48 +0800 Subject: [PATCH] fix: register charts and components to avoid build error --- src/components/GoVChart/index.vue | 6 +++++- src/components/GoVChart/register.ts | 25 +++++++++++++++++++++++++ 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 src/components/GoVChart/register.ts diff --git a/src/components/GoVChart/index.vue b/src/components/GoVChart/index.vue index 07abd05b..d2c5c050 100644 --- a/src/components/GoVChart/index.vue +++ b/src/components/GoVChart/index.vue @@ -9,9 +9,13 @@