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

14 lines
184 B
Vue
Raw Normal View History

<template>
2021-12-04 19:56:29 -06:00
<bookshelf-lazy-bookshelf page="collections" />
</template>
<script>
export default {
data() {
return {}
},
watch: {},
computed: {},
methods: {}
}
</script>