-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
New issue
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
DatePicker, RangePicker Cannot read property 'key' of undefined #457
Comments
使用这个https://codesandbox.io/s/2wpk21kzvr 提供复现demo 谢谢 |
@tangjinzhou |
@tangjinzhou 另外 现在这个组件对 TypeScript 支持不好 |
class component的使用方式不对,https://github.com/vuejs/vue-class-component
|
@tangjinzhou 我的代码是vue-cli自动生成的,用的是 谢谢了。 |
|
遇到同样的坑,找了半天才发现有个模块忘了写修饰 |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Version
1.3.3
Environment
win10,vue:2.5.21
Reproduction link
https://github.com/vueComponent/ant-design-vue
Steps to reproduce
添加到页面
然后点击 控件选择日期
What is expected?
正常弹出日期选择框
What is actually happening?
无法选择日期,并且报错:RangePicker Cannot read property 'key' of undefined
https://boomdaily.oss-cn-shanghai.aliyuncs.com/tmp/20190131091606.png
The text was updated successfully, but these errors were encountered: