Why the table render-header function in element is executed many times

el-table-column is looped out through v-for. Is there anything you need to pay attention to?

Apr.29,2021
I found the reason for

because I created the el-select element in the render-header function. If it is multiple selections, it will be called twice, but not for single selections. The specific reason is not clear

.
Menu