mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Update README.md
This commit is contained in:
13
README.md
13
README.md
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
<h5>Simple to use vue.js modal plgin without any external dependencies</h5>
|
<h5>Simple to use vue.js modal plgin without any external dependencies</h5>
|
||||||
|
|
||||||
<h3>How to:</h3>
|
<h3>How to use</h3>
|
||||||
|
|
||||||
Include plugin in your main.js file.
|
Include plugin in your main.js file.
|
||||||
```javsacript
|
```javsacript
|
||||||
@@ -42,5 +42,16 @@ methods: {
|
|||||||
| minWidth | false | Number | 0 | The minimum width to which modal can be resized |
|
| minWidth | false | Number | 0 | The minimum width to which modal can be resized |
|
||||||
| minHeight | false | Number | 0 | The minimum height to which modal can be resized |
|
| minHeight | false | Number | 0 | The minimum height to which modal can be resized |
|
||||||
|
|
||||||
|
<h3>Events</h3>
|
||||||
|
|
||||||
|
| Name | Description |
|
||||||
|
| --- | |
|
||||||
|
| before-open | |
|
||||||
|
| open | |
|
||||||
|
| before-close | |
|
||||||
|
| close | |
|
||||||
|
|
||||||
|
<h3>Screenshots</h3>
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user