aboutsummaryrefslogtreecommitdiff
path: root/src/components/modal
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-10-18 11:57:54 -0400
committertaehoon <th.dev91@gmail.com>2019-10-18 11:57:54 -0400
commita302ec1f087a1203772ee605a33b535dbf26fd06 (patch)
treede24e4d6f285ddbd835da5d67e90c25359ec92a4 /src/components/modal
parent215232cc3008b577bf82e9d1598e03cb7610b44d (diff)
fix eslint warnings
Diffstat (limited to 'src/components/modal')
-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 e0722d65..d4fe9f76 100644
--- a/src/components/modal/modal.vue
+++ b/src/components/modal/modal.vue
@@ -1,8 +1,8 @@
<template>
<portal to="modal">
<div
- v-body-scroll-lock="isOpen"
v-show="isOpen"
+ v-body-scroll-lock="isOpen"
:class="['modal-view', viewClass]"
@click.self="closeModal"
>