mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-28 19:10:40 +00:00
refactoring sorting and preview component
This commit is contained in:
@@ -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)
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user