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
1.5.1
windows10,版本 Google Chrome75.0.3770.100,vue2.6.11
Vue.component(DatePicker.name, DatePicker)//正常 Vue.component(DatePicker.MonthPicker.name, DatePicker.MonthPicker)//正常 //类型“typeof DatePicker”上不存在属性“WeekPicker” 原因是WeekPicker被误写成WeekPickerker Vue.component(DatePicker.WeekPicker.name, DatePicker.WeekPicker)
Vue.component(DatePicker.WeekPicker.name, DatePicker.WeekPicker) 可以正常使用
类型“typeof DatePicker”上不存在属性“WeekPicker”
The text was updated successfully, but these errors were encountered:
Vue.component( (DatePicker as any).WeekPicker.name, (DatePicker as any).WeekPicker ) 可以正常使用
Sorry, something went wrong.
2b37a87
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.
No branches or pull requests
Version
1.5.1
Environment
windows10,版本 Google Chrome75.0.3770.100,vue2.6.11
Reproduction link
Steps to reproduce
What is expected?
Vue.component(DatePicker.WeekPicker.name, DatePicker.WeekPicker) 可以正常使用
What is actually happening?
类型“typeof DatePicker”上不存在属性“WeekPicker”
The text was updated successfully, but these errors were encountered: