[Vue warn]: Failed to resolve component [Vue warn]: Failed to resolve component vue.js vue.js

[Vue warn]: Failed to resolve component


You have to either create your Vue.component before the creation of the Vue ViewModel, that is before the new Vue({}), or create your Vue.component inside the ViewModel in created event.

Here is jsfiddle with the first approach and here is jsfiddle showing the second approach.