mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-08-02 09:04:40 +02:00
Update:Abs icon font and navbar to use icons
This commit is contained in:
parent
a0faf3f7d4
commit
6d9e902fe7
10 changed files with 120 additions and 8 deletions
14
pages/bookshelf/latest.vue
Normal file
14
pages/bookshelf/latest.vue
Normal file
|
@ -0,0 +1,14 @@
|
|||
<template>
|
||||
<div>Latest</div>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
watch: {},
|
||||
computed: {},
|
||||
methods: {}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue