mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-29 03:10:51 +00:00
refactoring part 4
This commit is contained in:
@@ -32,6 +32,8 @@
|
||||
left: 0;
|
||||
right: 0;
|
||||
height: initial;
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -46,6 +46,9 @@
|
||||
...mapGetters([
|
||||
'clipboard'
|
||||
]),
|
||||
isSelected() {
|
||||
return this.$route.params.id === this.nodes.id
|
||||
},
|
||||
disabledFolder() {
|
||||
let disableFolder = false
|
||||
if (this.draggedItem.length > 0) {
|
||||
@@ -82,7 +85,6 @@
|
||||
data() {
|
||||
return {
|
||||
disableChildren: false,
|
||||
isSelected: false,
|
||||
isVisible: false,
|
||||
draggedItem: [],
|
||||
area: false,
|
||||
|
||||
Reference in New Issue
Block a user