aboutsummaryrefslogtreecommitdiff
path: root/src/components/modal/modal.vue
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-10-18 07:08:34 -0400
committertaehoon <th.dev91@gmail.com>2019-10-18 07:08:34 -0400
commit2231025c41bef3618bd651ff7c0cacd39923d5e1 (patch)
tree3c961d3eb65c44fa3b884e303ea51c13a9b51e55 /src/components/modal/modal.vue
parent0df0876cf1a8f961c8df12a7f0d11d9a61e64963 (diff)
fix eslint warning
Diffstat (limited to 'src/components/modal/modal.vue')
-rw-r--r--src/components/modal/modal.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue
index c0a7ab21..d47951c8 100644
--- a/src/components/modal/modal.vue
+++ b/src/components/modal/modal.vue
@@ -1,8 +1,8 @@
<template>
<div
v-body-scroll-lock="true"
- @click.self="closeModal"
class="modal-view"
+ @click.self="closeModal"
>
<slot />
</div>