moved confirm button
This commit is contained in:
parent
dfbb4347e0
commit
c67b395e5f
@ -4,10 +4,10 @@
|
|||||||
<div :class="['play__layout-playground', cssLayoutClass ]">
|
<div :class="['play__layout-playground', cssLayoutClass ]">
|
||||||
<Quote :text="quote" />
|
<Quote :text="quote" />
|
||||||
<Sources :sources="sources" :selectable="selectable" />
|
<Sources :sources="sources" :selectable="selectable" />
|
||||||
<ConfirmButton v-if="selectable"/>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="play__layout-right-column">
|
<div class="play__layout-right-column">
|
||||||
<PlayerList :players="players" />
|
<PlayerList :players="players" />
|
||||||
|
<ConfirmButton v-if="selectable"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user