chore: update deps

This commit is contained in:
Vben
2021-04-08 22:08:12 +08:00
parent af6d58eb26
commit 96a49ba116
5 changed files with 41 additions and 40 deletions

View File

@@ -28,7 +28,7 @@ export function useECharts(
return cacheOptions.value;
}
return {
backgroundColor: '#151515',
backgroundColor: 'transparent',
...cacheOptions.value,
};
}