mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-07-15 00:14:52 +02:00
14 lines
No EOL
154 B
Vue
14 lines
No EOL
154 B
Vue
<template>
|
|
<div>Latest</div>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
data() {
|
|
return {}
|
|
},
|
|
watch: {},
|
|
computed: {},
|
|
methods: {}
|
|
}
|
|
</script> |