I just installed Vue and have been following some tutorials to create a project using the vue-cli webpack template. When it creates the component, I notice it binds our...
I’m starting to play with vuejs (2.0). I built a simple page with one component in it. The page has one Vue instance with data. On that page I...
I’ve to use two external scripts for the payment gateways. Right now both are put in the index.html file. However, I don’t want to load these files at the...
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...
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,...
I’m trying to understand how to properly watch for some prop variation. I have a parent component (.vue files) that receive data from an ajax call, put the data...