Client - handle error on api calls

This commit is contained in:
Sam
2021-08-11 21:12:20 +02:00
parent cd418c9be2
commit 7df5ea9870
14 changed files with 87 additions and 15 deletions

View File

@ -2,7 +2,7 @@
<div class="not-found">
<Error
title="404"
:message="t('error.not-found.PAGE')"
:message="t('error.NOT_FOUND.PAGE')"
:button-text="t('common.HOME')"
/>
</div>