Skip to content

Commit

Permalink
docs(VCalendar): change the color of the elements inside v-slot:day (v…
Browse files Browse the repository at this point in the history
  • Loading branch information
lil-re authored and Dmitry Sharshakov committed Apr 16, 2019
1 parent d0b1e6c commit cc30e17
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions packages/docs/src/examples/calendars/features.vue
Original file line number Diff line number Diff line change
Expand Up @@ -234,12 +234,13 @@
:color="color"
>
<template v-slot:day="day">
<div
<v-sheet
v-if="day.day % 3 === 0"
class="day"
:color="color"
class="white--text pa-1"
>
day slot {{ day.date }}
</div>
</v-sheet>
</template>
<template v-slot:header="day">
<div
Expand Down

0 comments on commit cc30e17

Please sign in to comment.