advplyr.audiobookshelf-app/pages/config.vue

16 lines
No EOL
242 B
Vue

<template>
<div class="w-full h-full">
<p class="text-xl text-center py-8">Under Construction...</p>
</div>
</template>
<script>
export default {
data() {
return {}
},
computed: {},
methods: {},
mounted() {}
}
</script>