Vue.component('tt-page-title', { props: ['title', 'path'], template: `

{{ title }}

` });