Fix wrong spelling of component prop
This commit is contained in:
parent
ec9f8e1611
commit
dbad92ce33
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue