From e5324b0ad786db438e6955244da87e45e0af40d8 Mon Sep 17 00:00:00 2001 From: miklosduma Date: Wed, 5 Apr 2017 15:02:25 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a960b20..a6a306c 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -

Vue.js modal

+# Vue.js modal [![npm version](https://badge.fury.io/js/vue-js-modal.svg)](https://badge.fury.io/js/vue-js-modal) -
Simple to use vue.js modal plgin without any external dependencies
+##### Simple to use vue.js modal plugin without any external dependencies Demo: http://vue-js-modal.yev.io/ -

How to use

+### How to use Include plugin in your main.js file. ```javsacript @@ -33,7 +33,7 @@ methods: { } ``` -

Properties

+### Properties | Name | Required | Type | Default | Description | | --- | --- | --- | --- | --- | @@ -48,7 +48,7 @@ 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

+### Events | Name | Description | | --- | --- | @@ -57,7 +57,7 @@ methods: { | before-close | Emits before modal is going to be closed. Can be stopped from the event listener calling `event.stop()` (example: you are creating a text editor, and want to stop closisng and ask user to correct mistakes if text is not valid) | close | Emits right before modal is destoyed | -

Screenshots

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