1
0
mirror of https://github.com/advplyr/audiobookshelf.git synced 2025-01-08 00:08:14 +01:00
audiobookshelf/client/layouts/blank.vue
Mark Cooper a0c60a93ba Init
2021-08-17 17:01:11 -05:00

9 lines
153 B
Vue

<template>
<div class="text-white max-h-screen h-screen overflow-hidden bg-bg">
<Nuxt />
</div>
</template>
<script>
export default {}
</script>