mirror of https://github.com/ElemeFE/element
Dropdown: inherit size from global config (#8473)
parent
11b3c8bbfd
commit
6c4006487c
|
@ -24,7 +24,7 @@
|
||||||
|
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
size: this.dropdown.size
|
size: this.dropdown.dropdownSize
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue