diff --git a/docs/markdown/en-US/popup.md b/docs/markdown/en-US/popup.md index 598bf31a5..9c9045c16 100644 --- a/docs/markdown/en-US/popup.md +++ b/docs/markdown/en-US/popup.md @@ -44,7 +44,7 @@ Use `position` prop to set popup display position | lockOnScroll | Lock body scroll | `Boolean` | `false` | - | | position | Position | `String` | - | `top` `bottom` `right` `left` | | overlayClass | Custom overlay class | `String` | `` | - | -| overlayStyle | Custom overlay style | `Object` | `` | - | +| overlayStyle | Custom overlay style | `Object` | - | - | | closeOnClickOverlay | Close popup when click overlay | `Boolean` | `true` | - | | transition | Transition | `String` | `popup-slide` | - | | preventScroll | Prevent background scroll | `Boolean` | `false` | - | diff --git a/docs/src/components/DemoList.vue b/docs/src/components/DemoList.vue index 153bd0a69..c79a7b8f7 100644 --- a/docs/src/components/DemoList.vue +++ b/docs/src/components/DemoList.vue @@ -58,7 +58,7 @@ export default {