+
@@ -34,6 +36,9 @@ export default {
HowToArriveNav,
[process.client && 'Map']: () => import('@/components/Map.vue')
},
+ data() {
+ return { mapHeight: "14rem" }
+ },
head() {
const title = `${this.settings.title} - ${this.place.name}`
return {
@@ -41,7 +46,7 @@ export default {
link: [
{ rel: 'alternate', type: 'application/rss+xml', title, href: this.settings.baseurl + `/feed/rss/place/${this.place.name}` },
{ rel: 'alternate', type: 'text/calendar', title, href: this.settings.baseurl + `/feed/ics/place/${this.place.name}` }
- ]
+ ],
}
},
computed: {