we-vue
we-vue copied to clipboard
we-vue, 不只是 vue.js + weui!
``` .weui-animate-slide-up{-webkit-animation:a .3s ease forwards;animation:a .3s ease forwards} ``` 我碰到有个动画名为 ```a```,别的插件也有个,导致弹出框动画变成别的了 因为样式是在全局引入的,所以后引入会覆盖先引入的
**环境信息:** - 设备: [e.g. iPhone6] - OS: [e.g. iOS8.1] - 浏览器: [e.g. chfome] - we-vue 版本: [e.g. v2.x] - 包管理工具: [npm/yarn] - Node.js 版本: **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组件的...
**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...
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 
**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) }) }...