Skip to content
Snippets Groups Projects
Commit a302ec1f authored by Tae Hoon's avatar Tae Hoon
Browse files

fix eslint warnings

parent 215232cc
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,10 @@
<MobilePostStatusButton />
<UserReportingModal />
<PostStatusModal />
<portal-target name="modal" multiple />
<portal-target
name="modal"
multiple
/>
</div>
</template>
......
<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"
>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment