Update drive.nav-folder.vue

This commit is contained in:
syuilo 2020-09-21 00:11:12 +09:00
parent 8812e0f0d0
commit 73bcd84173
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<template>
<div class="drylbebk"
:data-draghover="draghover"
:class="{ draghover }"
@click="onClick"
@dragover.prevent.stop="onDragover"
@dragenter="onDragenter"
@ -126,7 +126,7 @@ export default defineComponent({
pointer-events: none;
}
&[data-draghover] {
&.draghover {
background: #eee;
}