feat(goods-action): add size props of goods-action-button

This commit is contained in:
landluck 2023-05-04 10:51:13 +08:00
parent cbc6cc88b1
commit f72584bed2
2 changed files with 5 additions and 0 deletions

View File

@ -11,6 +11,10 @@ VantComponent({
props: {
text: String,
color: String,
size: {
type: String,
value: 'normal',
},
loading: Boolean,
disabled: Boolean,
plain: Boolean,

View File

@ -3,6 +3,7 @@
id="{{ id }}"
lang="{{ lang }}"
type="{{ type }}"
size="{{ size }}"
color="{{ color }}"
plain="{{ plain }}"
loading="{{ loading }}"