optimized browsing

This commit is contained in:
Čarodej
2021-10-26 10:14:33 +02:00
parent 15e154176d
commit e3ddf27023
6 changed files with 109 additions and 23 deletions

View File

@@ -16,7 +16,7 @@
name: 'FilePreview',
computed: {
...mapGetters([
'clipboard'
'clipboard',
]),
singleFile() {
return this.clipboard[0]
@@ -26,8 +26,8 @@
'folder', 'file'
], this.singleFile.data.type)
}
},
}
}
}
</script>
<style scoped lang="scss">