Skip to content

Commit 2ca6601

Browse files
authored
docs: fix v-calendar next button example (#22078)
1 parent 253e75e commit 2ca6601

File tree

1 file changed

+1
-1
lines changed
  • packages/docs/src/examples/v-calendar

1 file changed

+1
-1
lines changed

packages/docs/src/examples/v-calendar/usage.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
class="ma-2"
4242
variant="text"
4343
icon
44-
@click="calendar.next()"
44+
@click="$refs.calendar.next()"
4545
>
4646
<v-icon>mdi-chevron-right</v-icon>
4747
</v-btn>

0 commit comments

Comments
 (0)