[Bug Report] cannot use el-input inside el-table
Open
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
### Element UI version
2.15.7
### OS/Browsers version
Macos/Chrome and Safari Latest
### Vue version
2.6.14
### Reproduction Link
none
### Steps to reproduce
```
var Main = {
data() {
return {
tableData: ['aaa', 'bbb']
}
}
}
var Ctor = Vue.extend(Main)
new Ctor().$mount('#app')
```
### What is Expected?
Can edit el-input inside el-table!!!
### What is actually happening?
cannot edit string inside el-table
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.