advplyr.audiobookshelf-app/pages/bookshelf/series/index.vue
2023-01-25 17:32:52 -06:00

14 lines
No EOL
182 B
Vue

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