Fix wrong spelling of component prop

This commit is contained in:
Georg Krause 2021-12-30 12:29:19 +01:00
parent ec9f8e1611
commit dbad92ce33
No known key found for this signature in database
GPG Key ID: FD479B9A4D48E632
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ import MixinsTranslation from '@/components/mixins/Translations.vue'
export default {
mixins: [MixinsTranslation],
props: { library: { type: Object, default: Null } },
props: { library: { type: Object, default: null } },
data () {
const d = {
isLoading: false,