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
问题描述 日期选择控件在h5下弹出控件中显示错误
复现步骤 ` template: <picker @change="bindDateChange" mode="date" :value="date" :start="startDate" :end="endDate"> 官方日期控件:当前为{{date}}
script: data() { return { date: "2019-04-01", startDate: "2019-03-05", endDate: "2019-06-05", }; } `
预期结果 点击后弹出的控件中日期显示2019 04 01
实际结果 点击后:
系统信息:
The text was updated successfully, but these errors were encountered:
4f977d5
zhetengbiji
No branches or pull requests
问题描述
日期选择控件在h5下弹出控件中显示错误
复现步骤
`
template:
<picker @change="bindDateChange" mode="date" :value="date" :start="startDate" :end="endDate">
官方日期控件:当前为{{date}}
script:
data() {
return {
date: "2019-04-01",
startDate: "2019-03-05",
endDate: "2019-06-05",
};
}
`
预期结果
点击后弹出的控件中日期显示2019 04 01
实际结果
点击后:
系统信息:
The text was updated successfully, but these errors were encountered: