加一个div
This commit is contained in:
parent
38bcba6bdf
commit
748d015cb9
|
@ -1,8 +1,10 @@
|
|||
<template>
|
||||
<div>
|
||||
<PlayGround v-if="$store.state.pk.status === 'playing'" />
|
||||
<UserIndicator v-if="$store.state.pk.status === 'playing'" />
|
||||
<MatchGround v-else-if="$store.state.pk.status === 'matching'" />
|
||||
<ResultBoard v-if="$store.state.pk.loser !== 'none'" />
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
|
|
Loading…
Reference in New Issue