Skip to content

Commit e6f7b2f

Browse files
linusgeuvl
authored andcommitted
Fix class name in README.md (#305)
1 parent 9d3298f commit e6f7b2f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616

1717
[Changelog](https://github.com/euvl/vue-js-modal/releases)
1818

19-
</p>
20-
2119
<p align="center">
2220
<img src="https://media.giphy.com/media/3oKIPco1eNxAA1rD4Q/giphy.gif">
2321
</p>
@@ -269,7 +267,7 @@ There is also a ssr build with css file extracted. Take a look in /dist folder.
269267
| clickToClose | false | Boolean | true | If set to `false`, it will not be possible to close modal by clicking on the background |
270268
| transition| false | String | | Transition name |
271269
| overlayTransition| false | String | 'overlay-fade'| Transition name for the background overlay |
272-
| 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 |
270+
| classes | false | [String, Array] | 'v--modal'| Classes that will be applied to the actual modal box, if not specified, the default `v--modal` class will be applied |
273271
| width | false | [String, Number] | 600 | Width in pixels or percents (e.g. 50 or "50px", "50%") |
274272
| height | false | [String, Number] | 300 | Height in pixels or percents (e.g. 50 or "50px", "50%") or `"auto"` |
275273
| minWidth | false | Number (px) | 0 | The minimum width to which modal can be resized |

0 commit comments

Comments
 (0)