1
0
mirror of https://github.com/advplyr/audiobookshelf.git synced 2025-03-01 00:15:54 +01:00
audiobookshelf/client/pages/config/users/index.vue

16 lines
181 B
Vue

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