Vue.component('modal', { methods: { }, template: ` `, }); const app = new Vue({ el: '#root', data: { }, methods: { } });