we-vue icon indicating copy to clipboard operation
we-vue copied to clipboard

we-vue, 不只是 vue.js + weui!

Results 24 we-vue issues
Sort by recently updated
recently updated
newest added

``` .weui-animate-slide-up{-webkit-animation:a .3s ease forwards;animation:a .3s ease forwards} ``` 我碰到有个动画名为 ```a```,别的插件也有个,导致弹出框动画变成别的了 因为样式是在全局引入的,所以后引入会覆盖先引入的

enhancement

**环境信息:** - 设备: [e.g. iPhone6] - OS: [e.g. iOS8.1] - 浏览器: [e.g. chfome] - we-vue 版本: [e.g. v2.x] - 包管理工具: [npm/yarn] - Node.js 版本: **Bug 描述** 简要描述 BUG **重现** 重现步骤...

bug

**环境信息:** - 设备: [e.g. iPhoneXS] - OS: [e.g. iOS12.2] - 浏览器: [e.g. 微信] - we-vue 版本: [e.g. ^2.3.1] - 包管理工具: [npm] - Node.js 版本:v10.15.3 **Bug 描述** 项目用的vue2.x 因需求要实现选择时间和城市,但是在iphoneXS 下 picker组件的...

enhancement

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

topTips 如何自定义式样

enhancement

dialog not use lockScroll,when open dialog will add lockCount,but when close 1、not call close function 2、lockCount check should beside then lockScroll check ![screen shot 2019-03-01 at 10 39 48](https://user-images.githubusercontent.com/39587248/53613147-13275980-3c10-11e9-9f7f-69e86ea06944.png)

自己手写了一个下拉刷新 风格不符,we-vue有提供下拉刷新么?API里没有看到

enhancement

组件按需引入,但是样式文件没有分离,是全量引入

enhancement

**datetime-picker在部分浏览器不能定位到设置的日期,调试后发现脚本有两处报错如下:** 1、~\we-vue\src\components\picker\index.vue 120行 报错:children.find 找不到function ``` getColumn (columnIndex) { let children = this.children return children.find((child, index) => { return (child.$options.name === 'wv-picker-column' && !child.divider && index === columnIndex) }) }...

bug