ElemeFE / ElemeFE/element

[Bug Report] Next Month button not working on Basic Calendar beyond current month

Open
#20,104 3 comments 3 reactions 0 assignees View on GitHub
Dominant language
Vue
Stars
54k
Forks
14.4k
PR merge metrics
No merged PRs in 30d

Description

### Element UI version
2.13.2

### OS/Browsers version
mac Chrome 84.0.4147.135

### Vue version
3.0.0-rc.9

### Reproduction Link
https://codepen.io/pen/?&editable=true=https%3A%2F%2Felement.ele.me%2F

### Steps to reproduce
Follow the code listed on your documentation site under the "Basic" option for the Calendar component:

export default {
data() {
return {
value: new Date()
}
}
}

### What is Expected?
Next Month button should advance past current month

### What is actually happening?
Even on the example listed for "Basic" on your site (which is what I used for the codepen example) the calendar's "Next Month" button will not advance beyond the current month. Other calendars on the page seem to advance correctly, but Basic does not. When I followed the setup listed on my own site, I got the same results... next month button does not advance beyond current moth.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.