Vue.component('layout', function (resolve, reject) { axios.get("/components/layout.html").then(function (response) { resolve(parseModel(response)); }); });