From 02a6da3e7317246ec8c6a87aa782389f5b5b9116 Mon Sep 17 00:00:00 2001 From: Jordan Lorho Date: Fri, 6 Oct 2017 18:25:23 +0200 Subject: [PATCH] fix default className --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47a1d00..dad2437 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ For full demo please look at `demo/server_side_rendering` | reset | false | Boolean | false | Resets position and size before showing modal | | clickToClose | false | Boolean | true | If set to `false`, it will not be possible to close modal by clicking on the background | | transition| false | String | | Transition name | -| classes | false | [String, Array] | 'vue--modal'| Classes that will be applied to the actual modal box, if not specified, the default 'vue--modal' class will be applied | +| classes | false | [String, Array] | 'v--modal'| Classes that will be applied to the actual modal box, if not specified, the default 'vue--modal' class will be applied | | width | false | [String, Number] | 600 | Width in pixels or percents (e.g. 50 or "50px", "50%") | | height | false | [String, Number] | 300 | Height in pixels or percents (e.g. 50 or "50px", "50%") or `"auto"` | | minWidth | false | Number | 0 | The minimum width to which modal can be resized |