From 7229c8e5af0b6cf14d6a874446b33d3ee906f5ad Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Mon, 14 Aug 2017 19:25:16 +0100 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 100c2ea..888bea2 100644 --- a/README.md +++ b/README.md @@ -320,7 +320,7 @@ npm install npm run build # Build and run demo -cd demo +cd demo/client_side_rendering npm install npm run dev ``` From 0a9cbb037a51e543df52e6988f90576d327ab53a Mon Sep 17 00:00:00 2001 From: Yev Vlasenko Date: Sat, 19 Aug 2017 16:51:40 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 888bea2..562e270 100644 --- a/README.md +++ b/README.md @@ -82,11 +82,11 @@ methods: { ### Dialog -In version `1.2.8`, the `` component 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 must set `dialog: true` in plugin configuration: +To start using `` you must set `dialog: true` in plugin configuration: ```javascript Vue.use(VModal, { dialog: true }) @@ -95,7 +95,7 @@ Vue.use(VModal, { dialog: true }) And include it in your project: ```vue - + ``` Call it (all params except of “text” are optional):