remove needless ref definition
This commit is contained in:
parent
a41ffea146
commit
215232cc30
1 changed files with 0 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<portal to="modal">
|
<portal to="modal">
|
||||||
<div
|
<div
|
||||||
ref="view"
|
|
||||||
v-body-scroll-lock="isOpen"
|
v-body-scroll-lock="isOpen"
|
||||||
v-show="isOpen"
|
v-show="isOpen"
|
||||||
:class="['modal-view', viewClass]"
|
:class="['modal-view', viewClass]"
|
||||||
|
|
Loading…
Reference in a new issue