diff --git a/src/App.vue b/src/App.vue index 329f7ee..b95df5f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -60,6 +60,12 @@ { // Set title document.title = config.title.text; + + // Parse artworks + config.artworks.forEach(a => + { + this.artworks.push(new Artwork(a.date, a.title, a.format)); + }) } /**