mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-02 21:44:56 +02:00
Add explicit info
This commit is contained in:
parent
8c84640484
commit
c14d13440f
9 changed files with 62 additions and 15 deletions
17
client/components/widgets/ExplicitIndicator.vue
Normal file
17
client/components/widgets/ExplicitIndicator.vue
Normal file
|
@ -0,0 +1,17 @@
|
|||
<template>
|
||||
<span v-if="explicit" class="material-icons ml-1" style="font-size: 0.8rem">explicit</span>
|
||||
</template>
|
||||
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
explicit: Boolean
|
||||
},
|
||||
data() {
|
||||
return {}
|
||||
},
|
||||
computed: {},
|
||||
methods: {},
|
||||
mounted() {}
|
||||
}
|
||||
</script>
|
Loading…
Add table
Add a link
Reference in a new issue