Skip to content

Commit 710787e

Browse files
committed
chore: lint-fix
1 parent f1fcb02 commit 710787e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/component/QCalendarWeekly.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,13 +141,13 @@ export default CalendarBase.extend({
141141
this.__renderHeadDayLabel(h, day, this.shortWeekdayLabel)
142142
])
143143
},
144-
144+
145145
__renderHeadDayLabel (h, day, label) {
146146
return h('span', {
147147
staticClass: 'ellipsis'
148148
}, this.weekdayFormatter(day, label))
149149
},
150-
150+
151151
__renderWeeks (h) {
152152
const days = this.days
153153
const weekDays = this.weekdays.length

0 commit comments

Comments
 (0)