We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97db465 commit 8d5704eCopy full SHA for 8d5704e
src/components/core/calendar.vue
@@ -39,10 +39,9 @@
39
>
40
<template
41
slot="day-of-week"
42
- slot-scope="wd, index">
43
-
+ slot-scope="{wd, index}">
44
<slot
45
- v-bind="wd, index"
+ v-bind="{wd, index}"
46
name="day-of-week">
47
{{ wd }}
48
</slot>
src/components/core/month.vue
@@ -12,7 +12,7 @@
12
class="col">
13
<div class="vuec-week-content">
14
15
16
17
18
0 commit comments