diff options
| author | taehoon <th.dev91@gmail.com> | 2019-07-17 13:01:42 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-10-24 15:15:33 -0400 |
| commit | c9ba37ba2cb5871fbf31881842308f503b9852bb (patch) | |
| tree | b50593a31a4631447fdd1eb358f7a09c09134cfd | |
| parent | 39e92e76b9f1c4d7de844a23f88e21b502e30f6b (diff) | |
fix eslint warnings
| -rw-r--r-- | src/components/status/status.vue | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/status/status.vue b/src/components/status/status.vue index 1187c182..7053e2cb 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -177,12 +177,12 @@ <v-popover v-if="!isPreview" ref="statusPreviewPopper" - popoverClass="status-popover" + popover-class="status-popover" placement="top-start" trigger="hover" :offset="5" :container="false" - :popperOptions="{ + :popper-options="{ modifiers: { preventOverflow: { padding: 50, boundariesElement: 'viewport' }, } |
