Skip to content

Commit 670151d

Browse files
committed
vetur attributes updated
1 parent 7356dcb commit 670151d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vetur/attributes.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@
5656
"description": "Specifies which DOM element that this component should detach to. 1. Set `false` will disabled this feature. 2. String can be any valid `querySelector`, e.g. `'body'`, `'#app'`. 3. Object can be any valid `Node`, e.g. `this.$refs.container`."
5757
},
5858
"vue-final-modal/transition": {
59-
"type": "string",
59+
"type": "string|object",
6060
"description": "CSS transition applied to the modal container element."
6161
},
6262
"vue-final-modal/overlay-transition": {
63-
"type": "string",
63+
"type": "string|object",
6464
"description": "CSS transition applied to the modal overlay element."
6565
},
6666
"vue-final-modal/z-index-auto": {

0 commit comments

Comments
 (0)