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 253e75e commit 2ca6601Copy full SHA for 2ca6601
packages/docs/src/examples/v-calendar/usage.vue
@@ -41,7 +41,7 @@
41
class="ma-2"
42
variant="text"
43
icon
44
- @click="calendar.next()"
+ @click="$refs.calendar.next()"
45
>
46
<v-icon>mdi-chevron-right</v-icon>
47
</v-btn>
0 commit comments