diff options
Diffstat (limited to 'src/site/components')
| -rw-r--r-- | src/site/components/grid/Grid.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/site/components/grid/Grid.vue b/src/site/components/grid/Grid.vue index 4c4bdf4..15ff5fd 100644 --- a/src/site/components/grid/Grid.vue +++ b/src/site/components/grid/Grid.vue @@ -17,7 +17,8 @@ </div> <template v-if="!showList"> - <Waterfall :gutterWidth="10" + <Waterfall v-if="showWaterfall" + :gutterWidth="10" :gutterHeight="4"> <!-- TODO: Implement search based on originalName, albumName and tags @@ -32,7 +33,6 @@ <!-- TODO: Implement pagination --> <WaterfallItem v-for="(item, index) in gridFiles" - v-if="showWaterfall" :key="index" :width="width" move-class="item-move"> |