From 627491d0e907235db7268570d1ba6b8dac8ab2ec Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Tue, 14 Mar 2017 13:40:37 +0000 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c942d0..5e50e3e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@
Simple to use vue.js modal plgin without any external dependencies
-

How to:

+

How to use

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 | +

Events

+ +| Name | Description | +| --- | | +| before-open | | +| open | | +| before-close | | +| close | | + +

Screenshots

+ ![](http://i.imgur.com/mN1MBJ3.gif)