We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.15.14
win10 Edge浏览器 130.0.2849.56 (正式版本) (64 位)
2.7.16
https://codepen.io/pen
// HTML部分
// js 部分 var Main = { data() { return { value1: '', }; } }; var Ctor = Vue.extend(Main) new Ctor().$mount('#app')
// css部分 @import url("//unpkg.com/[email protected]/lib/theme-chalk/index.css");
周输入框选择2025年第一周后,value1的值应该为2024-12-30
周输入框选择2025年第一周后,value1的值却是2025-01-02
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Element UI version
2.15.14
OS/Browsers version
win10 Edge浏览器 130.0.2849.56 (正式版本) (64 位)
Vue version
2.7.16
Reproduction Link
https://codepen.io/pen
Steps to reproduce
// HTML部分
<script src="//unpkg.com/vue@2/dist/vue.js"></script> <script src="//unpkg.com/[email protected]/lib/index.js"></script>// js 部分
var Main = {
data() {
return {
value1: '',
};
}
};
var Ctor = Vue.extend(Main)
new Ctor().$mount('#app')
// css部分
@import url("//unpkg.com/[email protected]/lib/theme-chalk/index.css");
What is Expected?
周输入框选择2025年第一周后,value1的值应该为2024-12-30
What is actually happening?
周输入框选择2025年第一周后,value1的值却是2025-01-02
The text was updated successfully, but these errors were encountered: