show shells as a string

This commit is contained in:
Branden J Brown 2024-02-03 13:48:24 -06:00
parent 27f872dda5
commit a7563920fb
1 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@
<v-alert :text="msg" class="d-flex justify-center mt-2 text-button" density="compact"></v-alert> <v-alert :text="msg" class="d-flex justify-center mt-2 text-button" density="compact"></v-alert>
</v-row> </v-row>
<v-row v-if="shellList.length > 0"> <v-row v-if="shellList.length > 0">
<v-sheet class="d-flex justify-center mt-2" :elevation="2"> <v-sheet class="d-flex justify-center mt-2" :elevation="2" color="surface">
{{ shellList }} {{ shellList.join(' ') }}
</v-sheet> </v-sheet>
</v-row> </v-row>
<v-row v-if="revealed != null"> <v-row v-if="revealed != null">