mirror of
https://github.com/sudoxnym/audiobookshelf-atv.git
synced 2026-04-14 19:46:30 +00:00
9 lines
138 B
Vue
9 lines
138 B
Vue
<template>
|
|
<div class="w-full layout-wrapper bg-bg text-white">
|
|
<Nuxt />
|
|
</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {}
|
|
</script>
|