Add comments.
This commit is contained in:
parent
2bfb265291
commit
9d1a768234
1 changed files with 2 additions and 0 deletions
|
|
@ -39,6 +39,7 @@
|
||||||
<input disabled type="radio" name="day-of-month" id="sep-30" />
|
<input disabled type="radio" name="day-of-month" id="sep-30" />
|
||||||
<label class="past-day" for="sep-30"><span>30</span></label>
|
<label class="past-day" for="sep-30"><span>30</span></label>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- Use this as the base calendar item -->
|
||||||
<div class="grid-item radio-wrapper">
|
<div class="grid-item radio-wrapper">
|
||||||
<input type="radio" name="day-of-month" id="oct-1" />
|
<input type="radio" name="day-of-month" id="oct-1" />
|
||||||
<label class="highlighted-day selectable-day" :class="[isCurrentDay ? 'current-day' : '']" for="oct-1"><span>1</span>
|
<label class="highlighted-day selectable-day" :class="[isCurrentDay ? 'current-day' : '']" for="oct-1"><span>1</span>
|
||||||
|
|
@ -46,6 +47,7 @@
|
||||||
<div v-if="isFirstDayOfMonth" class="current-month first-day">OCT</div>
|
<div v-if="isFirstDayOfMonth" class="current-month first-day">OCT</div>
|
||||||
</label>
|
</label>
|
||||||
</div>
|
</div>
|
||||||
|
<!-- END -->
|
||||||
<div class="grid-item radio-wrapper">
|
<div class="grid-item radio-wrapper">
|
||||||
<input type="radio" name="day-of-month" id="oct-2" />
|
<input type="radio" name="day-of-month" id="oct-2" />
|
||||||
<label class="selectable-day" for="oct-2"><span>2</span></label>
|
<label class="selectable-day" for="oct-2"><span>2</span></label>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue