- Oengus marathon donations page stub
+
+ {{ $t('marathon.donations.title') }}
+
+
+
@@ -9,6 +13,12 @@ import Vue from 'vue';
import { MetaInfo } from 'vue-meta';
export default Vue.extend({
+ data() {
+ return {
+ marathonId: this.$route.params.marathon,
+ };
+ },
+
head(): MetaInfo {
return {
title: this.$t('marathon.donations.title') as string,