diff options
| author | taehoon <th.dev91@gmail.com> | 2019-10-18 07:08:34 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-18 07:08:34 -0400 |
| commit | 2231025c41bef3618bd651ff7c0cacd39923d5e1 (patch) | |
| tree | 3c961d3eb65c44fa3b884e303ea51c13a9b51e55 | |
| parent | 0df0876cf1a8f961c8df12a7f0d11d9a61e64963 (diff) | |
fix eslint warning
| -rw-r--r-- | src/components/modal/modal.vue | 2 |
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> |
