[bug report] problems in using El radio group through component component
Open
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Element UI version
2.15.0
### OS/Browsers version
Google Chrome 版本 88.0.4324.182(正式版本) (64 位)
### Vue version
2.6.12
### Reproduction Link
https://codepen.io/lindoo/pen/jOVabPN
### Steps to reproduce
使用component组件来引用el-radio-group,控制台会提示错误
这个错误是因为element升级后el-radio-group改变导致的,初步排查是el-radio-group中也使用了component 组件,而其is属性的值获取的是 this.$vnode.data.tag的值,也就是'component',这也就导致了这个错误,是否应该添加判断,如果tag='component'而应该取默认的值'div'
### What is Expected?
正常运行,控制台无错误日志
### What is actually happening?
控制台有报错
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.