mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-15 16:34:43 +02:00
16 lines
No EOL
242 B
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> |