[Vuejs]-Vue method called when clicking on component element

0👍

Ok, got it…the solution is to attach the main object
(the one who responsible for the table data) to a watch property.
Now only when the table items getting an update the function will execute.

Leave a comment