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

14 lines
154 B
Vue
Raw Normal View History

<template>
<div>Latest</div>
</template>
<script>
export default {
data() {
return {}
},
watch: {},
computed: {},
methods: {}
}
</script>