show shells as a string
This commit is contained in:
parent
27f872dda5
commit
a7563920fb
@ -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">
|
||||||
|
Loading…
Reference in New Issue
Block a user