diff options
Diffstat (limited to 'src/App.vue')
| -rw-r--r-- | src/App.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.vue b/src/App.vue index 9eead1b..d421f3d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -76,7 +76,7 @@ import * as maps from './maps/maps'; export default { name: 'App', mixins: [ RouterParamMixin ], - data: function() { + data() { return { totalMatches: Math.floor(ReportService.getTotalMatches()/100)*100, lastUpdate: ReportService.getLastUpdate(), |
