We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c8f19a commit b1327ecCopy full SHA for b1327ec
src/components/core/month.vue
@@ -110,7 +110,7 @@ export default {
110
const monthKey = this.date.format('YYYY/MM');
111
// move to start of week if it's not
112
let date = dayjs(this.date).startOf('Month').startOf('week');
113
- const end = dayjs(this.date).endOf('Month');
+ const end = dayjs(this.date).endOf('Month').endOf('week');
114
115
const days = [];
116
0 commit comments