mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Updated docs for reset flag
This commit is contained in:
@@ -76,6 +76,7 @@ For full demo please look at `demo/server_side_rendering`
|
||||
| resizable | false | Boolean | false | If true, allows to resize modal window, keeping it in the center of the screen. |
|
||||
| adaptive | false | Boolean | false | If true, modal box will try to adapt to the window size |
|
||||
| draggable | false | [Boolean, String]| false | If true, modal box will be draggable. |
|
||||
| reset | false | Boolean | false | Resets position and size before showing modal |
|
||||
| transition| false | String | | Transition name |
|
||||
| classes | false | [String, Array] | 'vue--modal'| Classes that will be applied to the actual modal box, if not specified, the default 'vue--modal' class will be applied |
|
||||
| width | false | Number | 600 | Width |
|
||||
|
||||
Reference in New Issue
Block a user