mirror of
https://github.com/filebrowser/filebrowser.git
synced 2025-05-08 11:22:10 +00:00
parent
b600b11415
commit
05bb7c8553
@ -112,8 +112,10 @@ export default {
|
||||
},
|
||||
watch: {
|
||||
'$route': 'fetchData',
|
||||
'reload': function () {
|
||||
this.fetchData()
|
||||
'reload': function (value) {
|
||||
if (value === true) {
|
||||
this.fetchData()
|
||||
}
|
||||
}
|
||||
},
|
||||
mounted () {
|
||||
|
Loading…
x
Reference in New Issue
Block a user