advplyr.audiobookshelf-app/layouts/blank.vue

10 lines
127 B
Vue
Raw Permalink Normal View History

2021-09-01 20:07:11 -05:00
<template>
<div class="w-full layout-wrapper bg-bg">
2021-09-01 20:07:11 -05:00
<Nuxt />
</div>
</template>
<script>
export default {}
</script>