mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-11-13 04:03:42 +08:00
chore(deps): update deps
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user