I have recently started learning vue.js and I am using it to dynamically update a list of <li>
elements based on the selection from another list using vue.js. I'm encountering an error message that says:
vue.js:465 [Vue warn]: Error compiling template:
You can view my code on this jsfiddle link.
Can someone please help me identify what I might be doing wrong?