mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
[bugfix] Component should not inheritAttrs when use $attrs (#488)
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user