I
I
Islam Ibakaev2017-03-23 19:47:42
Vue.js
Islam Ibakaev, 2017-03-23 19:47:42

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

1 answer(s)
I
Ivan Bogachev, 2017-03-23
@devellopah

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 question

Ask a Question

731 491 924 answers to any question