webview pair-remote

This commit is contained in:
vapormusic 2022-02-10 13:34:04 +07:00
parent e2cc27e2a7
commit cf7813142e
5 changed files with 14 additions and 11 deletions

View file

@ -159,5 +159,11 @@
<cider-applecurator :data="appleCurator"></cider-applecurator>
</template>
</transition>
<!-- Library - Library Videos -->
<transition name="wpfade">
<template v-if="page == 'remote-pair'">
<remote-pair></remote-pair>
</template>
</transition>
</div>