I’m trying to use the on click directive inside a component but it does not seem to work. When I click the component nothings happens when I should get...
  • May 18, 2022
  • 0 Comments
In the VueJs 2.0 docs I can’t find any hooks that would listen on props changes. Does VueJs have such hooks like onPropsUpdated() or similar? Update As @wostex suggested,...
  • May 6, 2022
  • 0 Comments