diff --git a/src/App.vue b/src/App.vue index 4e04896..e55f8da 100644 --- a/src/App.vue +++ b/src/App.vue @@ -32,6 +32,11 @@ { return new Date(this.rawDate); } + + get imgThumb() + { + return require(`./assets/${this.rawDate}.pic.${this.format}`); + } } @Component