mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
This commit is contained in:
@@ -43,7 +43,9 @@
|
||||
return (this.elFormItem || {}).elFormItemSize;
|
||||
},
|
||||
_elTag() {
|
||||
return (this.$vnode.data || {}).tag || 'div';
|
||||
let tag = (this.$vnode.data || {}).tag;
|
||||
if (!tag || tag === 'component') tag = 'div';
|
||||
return tag;
|
||||
},
|
||||
radioGroupSize() {
|
||||
return this.size || this._elFormItemSize || (this.$ELEMENT || {}).size;
|
||||
|
||||
Reference in New Issue
Block a user