From f4ba0e6caf9268a582438f97f36df437c247602e Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Thu, 10 Aug 2017 11:00:48 +0100 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7b298ea..bdcb01c 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,11 @@ methods: { ### Dialog -In version `1.2.8`, the `` componnent was added. +In version `1.2.8`, the `` component was added. It is a simplified version of the modal, which has most parameters set by default and is pretty useful for quick prototyping, showing alerts or creating mobile-like modals. -To start using `` you will have set a configuration: +To start using `` you must set `dialog: true` in plugin configuration: ```javascript Vue.use(VModal, { dialog: true }) @@ -297,6 +297,7 @@ For specific modal: ```vue +Dont forget about close button :) ```