diff --git a/src/App.vue b/src/App.vue index e929943..f42a91d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -62,7 +62,7 @@ document.title = config.title.text; // Parse artworks - config.artworks.forEach(a => + config.artworks.forEach((a: any) => { // Check null case if (a.date == null) Error('Error: No date specified.');