Dropdown: fix arrow offset (#10394)

pull/10396/head
杨奕 2018-03-28 11:36:23 +08:00 committed by GitHub
parent e67d71a42d
commit 438348c33b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -19,6 +19,10 @@
visibleArrow: {
type: Boolean,
default: true
},
arrowOffset: {
type: Number,
default: 0
}
},