replay wip

This commit is contained in:
booploops 2022-02-17 01:56:13 -08:00
parent 90ad36d256
commit 6f975a3394
6 changed files with 146 additions and 1 deletions

View file

@ -172,4 +172,11 @@
</template>
</transition>
<!-- Replay -->
<transition name="wpfade">
<template v-if="page == 'replay'">
<replay-page></replay-page>
</template>
</transition>
</div>