mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
feat(goods-action): add size props of goods-action-button
This commit is contained in:
parent
cbc6cc88b1
commit
f72584bed2
@ -11,6 +11,10 @@ VantComponent({
|
|||||||
props: {
|
props: {
|
||||||
text: String,
|
text: String,
|
||||||
color: String,
|
color: String,
|
||||||
|
size: {
|
||||||
|
type: String,
|
||||||
|
value: 'normal',
|
||||||
|
},
|
||||||
loading: Boolean,
|
loading: Boolean,
|
||||||
disabled: Boolean,
|
disabled: Boolean,
|
||||||
plain: Boolean,
|
plain: Boolean,
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
id="{{ id }}"
|
id="{{ id }}"
|
||||||
lang="{{ lang }}"
|
lang="{{ lang }}"
|
||||||
type="{{ type }}"
|
type="{{ type }}"
|
||||||
|
size="{{ size }}"
|
||||||
color="{{ color }}"
|
color="{{ color }}"
|
||||||
plain="{{ plain }}"
|
plain="{{ plain }}"
|
||||||
loading="{{ loading }}"
|
loading="{{ loading }}"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user