Vue.component('nav-menu-item', { template: '
  • \ \ \ {{data.title}}\ \ \ \
  • ', props: ['data'], data: function() { return { } }, methods: { } })