refactoring sorting and preview component

This commit is contained in:
Milos Holba
2020-12-17 12:25:08 +01:00
parent 5bc66d51be
commit b16f22b0eb
7 changed files with 133 additions and 306 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<template>
<div id="vue-file-manager" v-cloak @click="close">
<div id="vue-file-manager" v-cloak @click="unClick">
<!--System alerts-->
<Alert/>
@@ -136,7 +136,7 @@
}
},
methods: {
close () {
unClick () {
events.$emit('sortingAndPreview', false)
}
},