remove needless ref definition

This commit is contained in:
taehoon 2019-10-18 11:54:42 -04:00
parent a41ffea146
commit 215232cc30
1 changed files with 0 additions and 1 deletions

View File

@ -1,7 +1,6 @@
<template>
<portal to="modal">
<div
ref="view"
v-body-scroll-lock="isOpen"
v-show="isOpen"
:class="['modal-view', viewClass]"