[Bug Report] Next Month button not working on Basic Calendar beyond current month
- 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.