Fix wrong spelling of component prop

This commit is contained in:
Georg Krause 2021-12-30 12:29:19 +01:00
parent db051aa27a
commit 8248f3709a
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 { export default {
mixins: [MixinsTranslation], mixins: [MixinsTranslation],
props: { library: { type: Object, default: Null } }, props: { library: { type: Object, default: null } },
data () { data () {
const d = { const d = {
isLoading: false, isLoading: false,