mirror of
https://github.com/KevinMidboe/vue-js-modal.git
synced 2025-10-29 18:00:20 +00:00
Update README.md
This commit is contained in:
@@ -2,13 +2,15 @@
|
||||
|
||||
<h5>Simple to use vue.js modal plgin without any external dependencies</h5>
|
||||
|
||||
p.s. if you find any bugs, have any suggestions or just want to discuss Trump's policies, feel free to create an issue :D
|
||||
Demo: http://vue-js-modal.yev.io/
|
||||
|
||||
<h3>How to use</h3>
|
||||
|
||||
Include plugin in your main.js file.
|
||||
```javsacript
|
||||
import 'vue-js-modal';
|
||||
import vmodal from 'vue-js-modal'
|
||||
|
||||
Vue.use(vmodal)
|
||||
```
|
||||
|
||||
Create modal
|
||||
|
||||
Reference in New Issue
Block a user