Fix wrong spelling of component prop

environments/review-docs-poetr-x0u8vy/deployments/9023
Georg Krause 2021-12-30 12:29:19 +01:00
rodzic db051aa27a
commit 8248f3709a
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: FD479B9A4D48E632
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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,