We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b39804 commit 9f0065fCopy full SHA for 9f0065f
src/components/Echart/src/Echart.vue
@@ -27,7 +27,7 @@ const props = defineProps({
27
const isDark = computed(() => appStore.getIsDark)
28
29
const theme = computed(() => {
30
- const echartTheme: boolean | string = unref(isDark) ? true : 'inherit'
+ const echartTheme: boolean | string = unref(isDark) ? true : 'auto'
31
32
return echartTheme
33
})
0 commit comments