From 23be29cbc09120f36aba6962c4d674e3a4460c0d Mon Sep 17 00:00:00 2001 From: yitiaoxianyugan <86393085+yitiaoxianyugan@users.noreply.github.com> Date: Thu, 6 Jun 2024 18:05:21 +0800 Subject: [PATCH] feat: add vue3-apexcharts @f3ve/vue-markdown-it (#136) ## Summary by CodeRabbit - **New Features** - Integrated `vue3-apexcharts` for advanced charting capabilities. - Integrated `@f3ve/vue-markdown-it` for enhanced markdown rendering. Co-authored-by: xja --- package.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/package.json b/package.json index 4ea26f0..bb91c5d 100644 --- a/package.json +++ b/package.json @@ -18014,6 +18014,12 @@ }, "lozad": { "version": "*" + }, + "vue3-apexcharts":{ + "version": "*" + }, + "@f3ve/vue-markdown-it":{ + "version": "*" } } }