Vue.js 2.5 / Visual Studio Code editor
I am getting this es-lint warning, how can I get rid of it ?
Let's look at a simple example here!
I'm building a To do List App. So I build a component called Todo and inside my TodoList component I will call Todo component like this
Todo
TodoList
Hope it helps!