diff --git a/src/App.vue b/src/App.vue index e55f8da..d95906a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -37,6 +37,11 @@ { return require(`./assets/${this.rawDate}.pic.${this.format}`); } + + get imgFull() + { + return require(`./assets/${this.rawDate}.pic_hd.${this.format}`); + } } @Component