[bugfix] Optimize component dependency analyze when build style entry (#224)

* [bugfix] Checkbox border render error in weixin browser

* [bugfix] TreeSelect dependency path error

* [bugfix] Swipe should clear autoplay timer when destroyed

* [bugfix] Optimize component dependency analyze when build style entry

* merge

* update yarn.lock
This commit is contained in:
neverland
2017-10-20 02:00:31 -05:00
committed by GitHub
parent 45e134fa7e
commit 46a0d7e49f
6 changed files with 391 additions and 98 deletions

View File

@@ -35,6 +35,7 @@ import { Button } from 'vant';
```js
import { Button } from 'vant/lib/button';
import 'vant/lib/vant-css/base.css';
import 'vant/lib/vant-css/button.css';
```

View File

@@ -35,6 +35,7 @@ import { Button } from 'vant';
```js
import { Button } from 'vant/lib/button';
import 'vant/lib/vant-css/base.css';
import 'vant/lib/vant-css/button.css';
```