Skip to content

Commit

Permalink
#3 show error details
Browse files Browse the repository at this point in the history
  • Loading branch information
motorina0 committed May 31, 2021
1 parent 0625a00 commit 97b7d39
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/components/PayInvoice.vue
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,15 @@
</div>
</div>
<div v-else-if="showErrorDetais">
<q-card-section dark bordered class="bg-red-9">
<q-card-section dark bordered class="bg-red-5">
<div class="text-h6">{{ error.title }}</div>
<div class="text-subtitle2">{{ error.message }}</div>
</q-card-section>
<q-expansion-item group="extras" class="bg-yellow-2" icon="info" label="Details">
<p class="text-wrap">
{{ parse.data.request }}
</p>
</q-expansion-item>
<div class="row q-mt-lg">
<q-space />
<q-btn v-close-popup flat color="grey" class="q-ml-auto cursor-pointer">Close</q-btn>
Expand Down

0 comments on commit 97b7d39

Please sign in to comment.