mirror of
https://github.com/audiobookshelf/audiobookshelf-web.git
synced 2025-08-26 20:25:34 +02:00
Install page
This commit is contained in:
parent
2aaebe5bbb
commit
eda9a02428
12 changed files with 551 additions and 37 deletions
16
pages/docs.vue
Normal file
16
pages/docs.vue
Normal file
|
@ -0,0 +1,16 @@
|
|||
<template>
|
||||
<div class="w-full h-full max-w-5xl mx-auto px-2">
|
||||
<p>Not done yet..</p>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
computed: {},
|
||||
methods: {},
|
||||
mounted() {}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue