mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-22 19:54:45 +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>
|