diff options
| author | taehoon <th.dev91@gmail.com> | 2019-10-18 11:54:42 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-18 11:54:42 -0400 |
| commit | 215232cc3008b577bf82e9d1598e03cb7610b44d (patch) | |
| tree | 5f8eb45d929542da79a8660966789e1dd911f0f6 | |
| parent | a41ffea146bf1a392de255f04bf64599de165269 (diff) | |
remove needless ref definition
| -rw-r--r-- | src/components/modal/modal.vue | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/modal/modal.vue b/src/components/modal/modal.vue index e5831c47..e0722d65 100644 --- a/src/components/modal/modal.vue +++ b/src/components/modal/modal.vue @@ -1,7 +1,6 @@ <template> <portal to="modal"> <div - ref="view" v-body-scroll-lock="isOpen" v-show="isOpen" :class="['modal-view', viewClass]" |
