0đź‘Ť
you just forget the atribute “id” for tag “input”,
<input type="text" name="input" id="input">
you can learn the basic documentation in https://www.w3schools.com/
0đź‘Ť
There are a couple of things going on here. Could you please create a JSFiddle of your issue? From what I can tell, you’re not initializing your Vue.js application. Unless it’s happening in build.js. Still, without more details, it’s hard to assist. Are you getting an error? If so, what is there error and where are you seeing it?
I will say that I’ve created a Vue.js training course if you’re interested in getting started.
Source:stackexchange.com