Skip to content

Commit 3f443a8

Browse files
committed
chore: attributes
1 parent e54aee4 commit 3f443a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

vetur/attributes.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@
6363
"type": "string|object",
6464
"description": "CSS transition applied to the modal overlay element."
6565
},
66+
"vue-final-modal/keep-overlay": {
67+
"type": "boolean",
68+
"description": "Keep the overlay when open multiple modals."
69+
},
6670
"vue-final-modal/z-index-auto": {
6771
"type": "boolean",
6872
"description": "Auto binding `z-index` base on the prop `zIndexBase` and adding `2` by each stackable modal. If zIndex is set, `zIndexAuto`, `zIndexBase` will be ignored."

0 commit comments

Comments
 (0)