Pkg scripts win/linux

This commit is contained in:
advplyr 2021-09-22 20:40:35 -05:00
parent b23f9362ef
commit 31e109d0f0
12 changed files with 235 additions and 34 deletions

View file

@ -1,7 +1,12 @@
<template>
<div class="page" :class="streamAudiobook ? 'streaming' : ''">
<app-book-shelf-toolbar />
<!-- <div class="flex h-full">
<app-side-rail />
<div class="flex-grow"> -->
<app-book-shelf />
<!-- </div> -->
<!-- </div> -->
</div>
</template>