Dropdown: inherit size from global config (#8473)

This commit is contained in:
Jason Zoo
2017-11-24 10:42:04 +08:00
committed by 杨奕
parent 11b3c8bbfd
commit 6c4006487c

View File

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