var ItcNav = function() { return Vue.component('itc-nav', { data: function() { return { showNav: false } }, template: ` ` }); };