filemanager: support prev/next in image viewer

This commit is contained in:
Johannes Zellner
2023-07-11 13:37:03 +02:00
parent aa00742093
commit d22680bc86
4 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
<template>
<ConfirmDialog/>
<router-view></router-view>
<router-view :key="$route.fullPath"></router-view>
</template>
<script>