Browse Source

Dropdown: inherit size from global config (#8473)

Jason Zoo 7 years ago
parent
commit
6c4006487c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/dropdown/src/dropdown-menu.vue

+ 1 - 1
packages/dropdown/src/dropdown-menu.vue

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