mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Merge pull request #14 from CodinCat/patch-1
Fix syntax highlight in README
This commit is contained in:
@@ -12,7 +12,7 @@ Demo: http://vue-js-modal.yev.io/
|
||||
### How to use
|
||||
|
||||
Include plugin in your main.js file.
|
||||
```javsacript
|
||||
```javascript
|
||||
import vmodal from 'vue-js-modal'
|
||||
|
||||
Vue.use(vmodal)
|
||||
@@ -106,7 +106,7 @@ And then forbits closing it for the next 5000 ms
|
||||
### Developers
|
||||
|
||||
To run an example:
|
||||
```
|
||||
```sh
|
||||
# Clone repo
|
||||
|
||||
git clone https://github.com/euvl/vue-js-modal.git
|
||||
|
||||
Reference in New Issue
Block a user