You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`v-model`| Boolean | false | ✔ | Show / hide the modal.
97
-
`title`| String | | | The modal title (will be override if title slot exist).
98
-
`size`| String | | | The alternative modal size. Support `lg` / `sm`.
99
-
`backdrop`| Boolean | true | | Dismiss the modal by backdrop click.
100
-
`footer`| Boolean | true | | Show modal footer.
101
-
`header`| Boolean | true | | Show modal header.
102
-
`dismiss-btn`| Boolean | true | | Display the dismiss button in header.
103
-
`cancel-text`| String | | | Override the text of cancel button.
104
-
`cancel-type`| String | default | | Button type of cancel button.
105
-
`ok-text`| String | | | Override the text of ok button.
106
-
`ok-type`| String | primary | | Button type of ok button.
107
-
`transition`| Number | 150 | | Transition time of the modal, set to 0 to disable animation.
108
-
`auto-focus`| Boolean | false | | Focus on the action button that has `data-action="auto-focus"` attribute after modal open, by default it is the OK button.
109
-
`keyboard`| Boolean | true | | Close the modal after `esc` key pressed.
110
-
`append-to-body`| Boolean | false | | Append the modal element to `<body>`.
111
-
`before-close`| Function | | | Call with the `msg` param, return `false` to interrupt the modal hiding process. Promise supported since 0.34.1.
0 commit comments