Update README.md

This commit is contained in:
Yev Vlasenko
2017-03-14 13:40:37 +00:00
committed by GitHub
parent 2957ca6755
commit 627491d0e9

View File

@@ -2,7 +2,7 @@
<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.
```javsacript
@@ -42,5 +42,16 @@ methods: {
| 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 |
<h3>Events</h3>
| Name | Description |
| --- | |
| before-open | |
| open | |
| before-close | |
| close | |
<h3>Screenshots</h3>
![](http://i.imgur.com/mN1MBJ3.gif)