feat: vchart 全局主题切换

This commit is contained in:
奔跑的面条
2024-12-16 20:57:19 +08:00
parent f48ada2859
commit b3d9005f7d
6 changed files with 280 additions and 8 deletions
@@ -4,7 +4,7 @@
</template>
<script setup lang="ts">
import { PropType, computed } from 'vue'
import { PropType } from 'vue'
import { VChartGlobalSetting } from '@/components/Pages/VChartItemSetting'
import { vChartGlobalThemeJsonType } from '@/settings/vchartThemes/index'