This commit is contained in:
syuilo
2020-02-16 22:46:51 +09:00
parent 091923764d
commit 9cbfdc94d9
9 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="mjndxjcg _panel">
<img src="https://xn--931a.moe/assets/error.png" alt="" class="_ghost"/>
<img src="https://xn--931a.moe/assets/error.png" class="_ghost"/>
<p><fa :icon="faExclamationTriangle"/> {{ $t('error') }}</p>
<mk-button @click="() => $emit('retry')" class="button">{{ $t('retry') }}</mk-button>
</div>