mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-28 22:54:39 +02:00
10 lines
143 B
Vue
10 lines
143 B
Vue
|
<template>
|
||
|
<div class="w-full min-h-screen h-full bg-bg text-white">
|
||
|
<Nuxt />
|
||
|
</div>
|
||
|
</template>
|
||
|
|
||
|
<script>
|
||
|
export default {}
|
||
|
</script>
|