diff options
Diffstat (limited to 'src')
| -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]" |
