I\'m a beginner with Vue.js and I\'m trying to create an app that caters my daily tasks and I ran into Vue Components. So below is what I\'ve tried but unfortunately, it giv
This solved it for me: I supplied a third argument being an object.
in app.js (working with laravel and webpack):
app.js
Vue.component('news-item', require('./components/NewsItem.vue'), { name: 'news-item' });