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 73689a1 commit 604755aCopy full SHA for 604755a
src/components/common/Setting/Statistics.vue
@@ -39,7 +39,7 @@ const summary = ref({
39
totalTokens: 0,
40
})
41
const loading = ref(false)
42
-const range = ref([
+const range: any = ref([
43
dayjs().subtract(30, 'day').startOf('day').valueOf(),
44
dayjs().endOf('day').valueOf(),
45
])
0 commit comments