audiobookshelf/client/layouts/blank.vue

9 lines
153 B
Vue
Raw Normal View History

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