cube-ui icon indicating copy to clipboard operation
cube-ui copied to clipboard

:large_orange_diamond: A fantastic mobile ui lib implement by Vue

Results 65 cube-ui issues
Sort by recently updated
recently updated
newest added

Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2. Release notes Sourced from ws's releases. 6.2.2 Bug fixes Backported 00c425ec to the 6.x release line (78c676d2). Commits 9bdb580 [dist] 6.2.2 78c676d [security] Fix...

dependencies

请问如此计划吗?如果有的话,大约何时上线呢? vue2.x时期一直用的cube-ui,明显比其他移动端ui框架优秀的多 期待vue3.x版本的到来

### Version 1.12.34 ### Reproduction link [https://codesandbox.io/s/vue-template-9btuy](https://codesandbox.io/s/vue-template-9btuy) ### Steps to reproduce 1 最外层是slide 2 每个slide里面使用纵向的scroll做下拉刷新和加载更多 3 某个slide里纵向的scroll又嵌套了一个横向的scroll(或者slide) ### What is expected? 最里层横向的scroll横向滚动不会带动最外层slide滚动,但是纵向可以带动中间的scroll滚动 ### What is actually happening? 1 最里面的scroll使用options.stopPropagation:true导致纵向不能带动中间的scroll滚动,添加options.eventpassthrough:'vertical'也不行。 2...

### Version 1.12.27 ### Reproduction link [https://jsbin.com/qijegonidi/edit?html,js,output](https://jsbin.com/qijegonidi/edit?html,js,output) ### Steps to reproduce startColumn从'month'开始,startColumn: 'month'时,最后返回的结果为1970年。 ### What is expected? 设定的年月, ### What is actually happening? 1970 ### Dependencies Version vue: 2.6.14 better-scroll:...

### Version 1.12.38 ### Reproduction link [https://github.com/bwcxjason/cube-ui](https://github.com/bwcxjason/cube-ui) ### Steps to reproduce 打开页面,不断点击选项,尝试30左右,导致某些选项无法选中。 设备:iPhone X iOS 14.2;iPhone 11 iOS 13.7; 安卓机型没有问题。 ### What is expected? 每个选项均可选中 ### What is actually happening?...

### Version 1.12.38 ### Reproduction link [https://jsbin.com/zifoyijepe/1/edit?html,js,output](https://jsbin.com/zifoyijepe/1/edit?html,js,output) ### Steps to reproduce 1,最外层是竖向的scroll 2.里面嵌套一个横向的scroll 3,横向的scroll里元素触发点击事件后没有触发竖向的@scroll事件 ### What is expected? 不会影响外层的scroll事件 ### What is actually happening? ### Dependencies Version vue: 2.6.14 better-scroll:...

### What problem does this feature solve? 1、目前在封装请求的js中要使用多语言来输出“请求中”、“网络错误”等统一的信息,但文档中只说明了在vue组件中使用mixin的方法。 2、中文:string: '请输入 {{config}} 位字符'; 英文:string: 'Please input {{config}} characters.'。如何使用插值,没有相关文档说明。在开发过程中,需要用到动态插值无法实现 ### What does the proposed API look like? Locale

RecycleList 性能在手机移动端很差,向下滑动快了上面就有白屏出现 另外在谷歌浏览器性能调试面板发现,滑动时候,js占用,加上渲染占用时间都二三十ms了,这帧率不会下降吗?考虑不用原生的滚动,而接入bs scroll吗?原生的滚动速度太快,移动端浏览器压根跟不上滑动速度

### Version 1.12.38 ### Reproduction link [https://approval.myoas.com](https://approval.myoas.com) ### Steps to reproduce 1.上拉到底部不能加载更多了 2.滑到顶部下拉刷新 3.再向下滚动不会触发滚动加载@pulling-down ### What is expected? 1.上拉到底部不能加载更多了 2.滑到顶部下拉刷新 3.再向下滚动触发滚动加载@pulling-down ### What is actually happening? 1.上拉到底部不能加载更多了 2.滑到顶部下拉刷新 3.再向下滚动没有触发滚动加载@pulling-down ###...

### What problem does this feature solve? tab栏跟随的cube-tab-bar-slider可能并不想设置为每个tab的宽度 ### What does the proposed API look like? :showSlider="true" :sliderWidth="xx"