1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-fe.git synced 2025-03-05 10:03:04 +01:00

fix eslint warning

This commit is contained in:
taehoon 2019-10-18 07:08:34 -04:00
parent 0df0876cf1
commit 2231025c41

View file

@ -1,8 +1,8 @@
<template> <template>
<div <div
v-body-scroll-lock="true" v-body-scroll-lock="true"
@click.self="closeModal"
class="modal-view" class="modal-view"
@click.self="closeModal"
> >
<slot /> <slot />
</div> </div>