Skip to content

Commit 8bd690d

Browse files
Update src/components/ApiResponse.vue
Co-authored-by: Marcio Tedesco <[email protected]>
1 parent d8c4cf7 commit 8bd690d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/ApiResponse.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<v-card max-height="575px" class="overflow-y-auto">
1717
<pre ref="jsonText">{{ JSON.stringify(seats, null, 2) }}</pre>
1818
</v-card>
19+
<br>
1920
<div class="copy-container">
2021
<v-btn @click="showSeatCount">Show Assigned Seats count</v-btn>
2122
<transition name="fade">

0 commit comments

Comments
 (0)