3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-06-16 19:15:03 +00:00

feat: prettier errors

This commit is contained in:
Dragory 2025-06-01 00:13:16 +00:00
parent 84c1d7f82d
commit 9741bffec5
No known key found for this signature in database
2 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
<div v-else>
<div v-if="errors.length" class="bg-gray-800 py-2 px-3 rounded shadow-md mb-4">
<div class="font-semibold">Errors:</div>
<div v-for="error in errors">{{ error }}</div>
<pre v-for="error in errors">{{ error }}</pre>
</div>
<div class="flex items-center flex-wrap">