SyntaxFix
Write A Post
Hire A Developer
Questions
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' });