Answer the question
In order to leave comments, you need to log in
Why is the list not showing?
Just started learning Vue.js (came from React). While I'm learning the basics, that's why I'm sitting in the sandbox. Tell me what I'm doing wrong.
https://codepen.io/dagman/pen/XNPvpE
Answer the question
In order to leave comments, you need to log in
Vue assumes that you use CamelCase for component names in scripts, and hyphenated naming in your markup (templates):
<div id="root">
<task-list></task-list>
</div>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question