[breaking change] Button: remove bottom-action prop

This commit is contained in:
陈嘉涵
2019-04-29 14:31:13 +08:00
parent b8424f8de9
commit 0392db1817
9 changed files with 58 additions and 35 deletions
+6 -3
View File
@@ -117,14 +117,17 @@
>
<div class="van-sku-actions">
<van-button
bottom-action
square
size="large"
type="warning"
@click="onPointClicked"
>
{{ $t('button1') }}
</van-button>
<van-button
type="primary"
bottom-action
square
size="large"
type="danger"
@click="props.skuEventBus.$emit('sku:buy')"
>
{{ $t('button2') }}