mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
- data renamed to entries
This commit is contained in:
@@ -80,7 +80,7 @@ export default {
|
||||
computed: {
|
||||
...mapGetters([
|
||||
'clipboard',
|
||||
'data',
|
||||
'entries',
|
||||
]),
|
||||
currentFile() {
|
||||
return this.files[Math.abs(this.currentIndex) % this.files.length]
|
||||
@@ -174,7 +174,7 @@ export default {
|
||||
getFilesForView() {
|
||||
let requestedFile = this.clipboard[0]
|
||||
|
||||
this.data.map(element => {
|
||||
this.entries.map(element => {
|
||||
|
||||
if (requestedFile.mimetype === 'pdf') {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user