summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorsyuilo <syuilotan@yahoo.co.jp>2019-02-18 00:45:43 +0900
committersyuilo <syuilotan@yahoo.co.jp>2019-02-18 00:45:43 +0900
commitcc8ff556d4b4ff32b0a6c2e86403bf125529d541 (patch)
tree1dfc5711d37a535b242a1e35301dea17273e82d6 /src
parent:art: (diff)
downloadsharkey-cc8ff556d4b4ff32b0a6c2e86403bf125529d541.tar.gz
sharkey-cc8ff556d4b4ff32b0a6c2e86403bf125529d541.tar.bz2
sharkey-cc8ff556d4b4ff32b0a6c2e86403bf125529d541.zip
Fix bug
Diffstat (limited to 'src')
-rw-r--r--src/client/app/desktop/views/deck/deck.explore-column.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/app/desktop/views/deck/deck.explore-column.vue b/src/client/app/desktop/views/deck/deck.explore-column.vue
index f0f0180fc4..3194ab6632 100644
--- a/src/client/app/desktop/views/deck/deck.explore-column.vue
+++ b/src/client/app/desktop/views/deck/deck.explore-column.vue
@@ -5,7 +5,7 @@
</span>
<div>
- <x-explore/>
+ <x-explore v-bind="$attrs"/>
</div>
</x-column>
</template>