advplyr.audiobookshelf-app/pages/bookshelf/collections.vue

14 lines
No EOL
184 B
Vue

<template>
<bookshelf-lazy-bookshelf page="collections" />
</template>
<script>
export default {
data() {
return {}
},
watch: {},
computed: {},
methods: {}
}
</script>