From 2f1ca215b8dca1067863d13d83e077a40c2e6f2a Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Wed, 5 Apr 2017 12:40:07 +0100 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 318b2f7..977cd69 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,15 @@
Simple to use vue.js modal plgin without any external dependencies
-p.s. if you find any bugs, have any suggestions or just want to discuss Trump's policies, feel free to create an issue :D +Demo: http://vue-js-modal.yev.io/

How to use

Include plugin in your main.js file. ```javsacript -import 'vue-js-modal'; +import vmodal from 'vue-js-modal' + +Vue.use(vmodal) ``` Create modal