[bugfix] Component should not inheritAttrs when use $attrs (#488)

This commit is contained in:
neverland
2017-12-27 19:41:39 +08:00
committed by GitHub
parent 6d003c88a1
commit 11c07eb007
5 changed files with 8 additions and 1 deletions

View File

@@ -11,7 +11,7 @@
:sku="sku"
/>
</slot>
<div class="van-sku-body scroller" :style="bodyStyle">
<div class="van-sku-body" :style="bodyStyle">
<slot name="sku-group" :selectedSku="selectedSku" :skuEventBus="skuEventBus">
<div v-if="hasSku" class="van-sku-group-container van-hairline--bottom">
<div