advplyr.audiobookshelf-app/layouts/blank.vue
2021-12-31 16:57:53 -06:00

9 lines
138 B
Vue

<template>
<div class="w-full layout-wrapper bg-bg text-white">
<Nuxt />
</div>
</template>
<script>
export default {}
</script>