When I am inside some method in vue-command and want to use some dom manipulation (by jquery), I need to get the coresponnding DOM element for my component (especially in the case when I have many instances of my component on the page - I I need to "work" separately for each of them - so I can not detect the DOM element using only the jquery selector without tricks ...)
Kamil Kiełczewski
source share