Dropdown: inherit size from global config (#8473)

pull/8501/head
Jason Zoo 2017-11-24 10:42:04 +08:00 committed by 杨奕
parent 11b3c8bbfd
commit 6c4006487c
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
data() { data() {
return { return {
size: this.dropdown.size size: this.dropdown.dropdownSize
}; };
}, },