chore(deps): update deps

This commit is contained in:
Soybean
2023-09-06 00:14:35 +08:00
parent 8567f3e34e
commit 751ded44f3
4 changed files with 1544 additions and 2081 deletions

View File

@ -741,7 +741,7 @@ const gaugeOptions = ref<ECOption>({
]
}) as Ref<ECOption>;
let intervalId: NodeJS.Timer;
let intervalId: NodeJS.Timeout;
const { domRef: gaugeRef } = useEcharts(gaugeOptions, chart => {
intervalId = setInterval(() => {
const date = new Date();