mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 08:12:15 +00:00
paginator refactoring and implementation into the routes
This commit is contained in:
@@ -204,7 +204,7 @@ export default {
|
||||
goToFiles() {
|
||||
if (this.$route.name !== 'Files') this.$router.push({ name: 'Files' })
|
||||
|
||||
this.$store.dispatch('getFolder')
|
||||
this.$store.dispatch('getFolder', {page: 1})
|
||||
},
|
||||
logOut() {
|
||||
this.$store.dispatch('logOut')
|
||||
|
||||
Reference in New Issue
Block a user