Element-ui is used in the vue project. There is an overflow-tooltip attribute in the table component and a default mouseEnter event. What should I do if I want to remove it? Writing a new mouseEnter event to prevent bubbling is useless
Reassign the method called by the mouseEnter event of the table default component, which solves the problem in disguise. . Conclusion
You can also use addeventlisner removeeventlisner in js to add and remove event binding
Reassign the method called by the mouseEnter event of the table default component, which solves the problem in disguise. . Conclusion
You can also use addeventlisner removeeventlisner in js to add and remove event binding