This commit is contained in:
2019-05-27 18:59:39 +00:00
parent 3b3ea81486
commit 7202800ece
4 changed files with 31 additions and 19 deletions

View File

@@ -4,7 +4,9 @@
<v-flex xs12>
<div class="text-xs-center">
<v-icon color="red" size="100">fa-dragon</v-icon>
<div class="headline">{{"404 - " + this.$gzlocale.get("ErrorAPI2010")}}</div>
<div class="headline">
{{ "404 - " + this.$gzlocale.get("ErrorAPI2010") }}
</div>
</div>
</v-flex>
</v-layout>