audiobookshelf/client/pages/config/libraries.vue

16 lines
185 B
Vue

<template>
<div>
<tables-libraries-table />
</div>
</template>
<script>
export default {
data() {
return {}
},
computed: {},
methods: {},
mounted() {}
}
</script>