sojuker
sojuker
**BUG描述** 在项目中引用 Button, Cell 组件,并指定 Button 使用 hairline。 会发现 .van-hairline--surround::after 样式定义出现两遍 **复现步骤** ```jsx import { Button, Cell } from "@antmjs/vantui"; export default () => { return ( 细边框按钮 ) }...
### Is your feature request related to a problem? We are using Protractor and planning to migrate to WDIO. One issue we encountered is that Protractor buffers subprocess output until...
描述: 使用 amd 模式, AllInOne 的 includeAsyncs 配置为 true。 合并起来的 js 文件, async 模块在 `require('mod', function(){});` 的后面被定义,所以requirejs还是会发起网络请求 所以应该将 async 模块前置 ## 版本和配置   ## 源码  ## 编译后 ###...