Skip to content

Commit ccb175b

Browse files
committed
fix: 修复 vuetify 组件 slot 错误
1 parent b26a18f commit ccb175b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/app-sign-in.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ onSuccess(() => {
156156
本月已签到 {{ signInSumDay }} 天
157157
</div>
158158
</template>
159-
<template #event="{ event }">
159+
<template #intervalEvent="{ event }">
160160
<div v-if="event.type === 1" class="m-2">
161161
<v-chip>
162162
<template #prepend>

0 commit comments

Comments
 (0)