When vue element-ui uses the table to obtain data dynamically, if the data is empty, the mouse hover will report an error.

the current element-ui version is 2.4.9. If the table data is available, the mouse will report an error Failed to execute "setEnd" on" Range": There is no child at offset 1.

do not want to use < template slot-scope= "scope" > < / template > to write, is there a better solution?

Nov.09,2021
Menu