From 724c078e4fcdb837275edd4f9135beaa2443401a Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Fri, 10 Mar 2017 11:22:30 +0000 Subject: [PATCH] Update README.md --- README.md | 22 +++++++++++++++++----- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index ca85aa3..40368f1 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,30 @@ -##ue.js modal +##Vue.js modal ####Simple to use vue.js modal -``` +![](http://i.imgur.com/1lnYmFj.png) + + +####Install: + +Include plugin in your main.js file. +```javsacript import 'vue-modal'; ``` -``` +Create modal +```html hello, world! - -... +``` +Call it from anywhere in the app +```javascript methods: { this.$modal.show('hello-word'); } ``` + +####Props: + +//todo