mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-11 14:34:44 +02:00
14 lines
No EOL
184 B
Vue
14 lines
No EOL
184 B
Vue
<template>
|
|
<bookshelf-lazy-bookshelf page="collections" />
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {}
|
|
},
|
|
watch: {},
|
|
computed: {},
|
|
methods: {}
|
|
}
|
|
</script> |