Skip to content

Commit

Permalink
More docs cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Yev committed Jul 8, 2020
1 parent 7a6b61d commit 87f96f3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/Installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ Import plugin in your main file:
```js
import VModal from 'vue-js-modal'

OR

import VModal from 'vue-js-modal/dist/index.nocss.js'
import 'vue-js-modal/dist/styles.css'
```

```js
Vue.use(VModal)
```

Expand Down

0 comments on commit 87f96f3

Please sign in to comment.