From ad6a20b944909a474e99cfa82b77811d0dcf0306 Mon Sep 17 00:00:00 2001 From: euvl Date: Mon, 10 Apr 2017 12:07:22 +0100 Subject: [PATCH] Minor demo updates --- demo/src/App.vue | 76 +++++++++++++++++++++++++++--------------------- src/Resizer.vue | 46 ++++++++++++++--------------- 2 files changed, 66 insertions(+), 56 deletions(-) diff --git a/demo/src/App.vue b/demo/src/App.vue index 5d82a23..25d08b8 100644 --- a/demo/src/App.vue +++ b/demo/src/App.vue @@ -16,7 +16,10 @@ -

Vue.js Modal

+

Vue.js Modal + Readme + Issues +

     npm install --save vue-js-modal
@@ -48,21 +51,20 @@
     
       Mixed
       
-        Is resizable, but if the size of the screen is changed modal will return to its initial size as well as it will try to adapt to the page size
+        Is resizable, but if the size of the screen is changed - modal will return to its initial size as well as it will try to adapt to the page size
       
     
   
 
   
- - - - - + + + + +
- @@ -100,45 +102,53 @@ export default { diff --git a/src/Resizer.vue b/src/Resizer.vue index 0069ed2..7c24cea 100644 --- a/src/Resizer.vue +++ b/src/Resizer.vue @@ -78,32 +78,32 @@ export default {