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:
parent
84c1d7f82d
commit
9741bffec5
2 changed files with 3 additions and 3 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue