Skip to content

Commit 604755a

Browse files
committed
再次修 typecheck
1 parent 73689a1 commit 604755a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/common/Setting/Statistics.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const summary = ref({
3939
totalTokens: 0,
4040
})
4141
const loading = ref(false)
42-
const range = ref([
42+
const range: any = ref([
4343
dayjs().subtract(30, 'day').startOf('day').valueOf(),
4444
dayjs().endOf('day').valueOf(),
4545
])

0 commit comments

Comments
 (0)