diff --git a/src/App.vue b/src/App.vue index d95906a..329f7ee 100644 --- a/src/App.vue +++ b/src/App.vue @@ -50,6 +50,9 @@ // Create variable from imported config config = config; + // Parsed artworks + artworks: Artwork[] = []; + /** * Initialize */