1 2 3 4 5 6 7 8 9 10
Vue.component('root', { template: '<div>A custom component!</div>' }) var app = new Vue({ el: '#app', data: { imgs: window.imgs } });