advplyr.audiobookshelf/client/layouts/blank.vue

9 lines
153 B
Vue
Raw Normal View History

2021-08-17 17:01:11 -05:00
<template>
<div class="text-white max-h-screen h-screen overflow-hidden bg-bg">
<Nuxt />
</div>
</template>
<script>
export default {}
</script>