BUG。表格切换显示时,自定义表头不更新。
Open
stale
- Dominant language
- Vue
- Stars
- 54k
- Forks
- 14.4k
- PR merge metrics
- No merged PRs in 30d
Description
```
自定义表头1
自定义表头2
显示表格1
显示表格2
new Vue({
el: '#app',
data: {
showIndex: 0,
table1: [
{
a: 'table1-a',
b: 'table1-b',
}
],
table2: [
{
a: 'table2-a',
b: 'table2-b',
}
]
}
})
```
# 使用v-if切换表格显示,表头不会更新,始终显示table1的自定义表头
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.