File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 3939 @click =" isRtl ? nextMonth() : previousMonth()"
4040 class =" prev"
4141 v-bind:class =" { 'disabled' : isRtl ? nextMonthDisabled(pageTimestamp) : previousMonthDisabled(pageTimestamp) }" >< ; </span >
42- <span @click =" showMonthCalendar" :class =" allowedToShowView('month') ? 'up' : ''" v-if =" !isYmd" >{{ currMonthName }} {{ currYear }}</span >
43- <span @click =" showMonthCalendar" :class =" allowedToShowView('month') ? 'up' : ''" v-else >{{ currYear }} {{ currMonthName }}</span >
42+ <span @click =" showMonthCalendar" :class =" allowedToShowView('month') ? 'up' : ''" >{{ isYmd ? currYear : currMonthName }} {{ isYmd ? currMonthName : currYear }}</span >
4443 <span
4544 @click =" isRtl ? previousMonth() : nextMonth()"
4645 class =" next"
You can’t perform that action at this time.
0 commit comments