From 0464355d06a0d4af367c6cff9b8aaff592756acc Mon Sep 17 00:00:00 2001 From: Hykilpikonna Date: Wed, 25 Dec 2019 16:55:17 -0500 Subject: [PATCH] [F] Fix swipper index issue --- src/App.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.ts b/src/App.ts index a899165..e46c738 100644 --- a/src/App.ts +++ b/src/App.ts @@ -156,7 +156,7 @@ export default class App extends Vue swipeItems() { - return this.artworks.map(a => + return this.selectedArtworks.map(a => { return { src: a.url,