Vue.component('root', { template: '
A custom component!
' }) var app = new Vue({ el: '#app', data: { imgs: window.imgs } });