export default { name: 'app', template: `
`, computed: { showNav () { // TODO: add info wether to show nav to route props return !['game', 'replay'].includes(this.$route.name) }, }, }