mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-20 20:05:44 +02:00
9 lines
127 B
Vue
9 lines
127 B
Vue
<template>
|
|
<div class="w-full layout-wrapper bg-bg">
|
|
<Nuxt />
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {}
|
|
</script>
|