mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-18 16:22:14 +00:00
popover fix
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<template>
|
||||
<div @click="unClick" v-cloak>
|
||||
<div v-cloak>
|
||||
|
||||
<!--UI components-->
|
||||
<Alert />
|
||||
@@ -19,6 +19,7 @@
|
||||
<!--App view-->
|
||||
<router-view v-if="isLoaded" />
|
||||
|
||||
<!--Background under popups-->
|
||||
<Vignette/>
|
||||
</div>
|
||||
</template>
|
||||
@@ -59,9 +60,6 @@ export default {
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
unClick() {
|
||||
events.$emit('unClick')
|
||||
},
|
||||
toggleDarkMode() {
|
||||
const webApp = document.getElementsByTagName("html")[0];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user