-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
elementUI 日期选择控件无法正常使用. #6854
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
Comments
怀疑没有用,请先到对应项目确认。 |
上面的例子就是最好的证明. 除了vue版本修改过以外,其他的都没有变过, |
@zsedcbm 我这边测试没问题, 具体是什么问题? |
@feichao 奇怪的一点是,我在 devtools中,下断点的时候,vue新版本也是能够正常运行的.去除断点,又出现问题了,不知道是浏览器内核版本低的问题,还是vue的问题. |
@feichao |
看了下似乎只有在旧版本的 Chrome 里面有这个问题,在最新版本的浏览器里都没有问题的话,Vue 这边没有办法,需要库的作者去处理了。 |
最新的85版的Chrome也遇到这个问题了 |
Version
2.5.2
Reproduction link
https://jsfiddle.net/e6jvgge8/4/
Steps to reproduce
页面中如果引用的是 //unpkg.com/vue/dist/vue.js ,日期选择范围不能正常工作,无法选择日期
如果引用的是 //unpkg.com/[email protected]/dist/vue.js, 日期选择范围能够正常工作,可以选择日期
除了elementUI 外,同时使用了iview组件,发现里面的日期选择范围插件也不能正常工作,因此我怀疑是vue本身的bug导致的.
What is expected?
日期选择范围不能正常工作
What is actually happening?
可以正常选择日期范围
The text was updated successfully, but these errors were encountered: