Skip to content

Commit 87f96f3

Browse files
author
Yev
committed
More docs cleanup
1 parent 7a6b61d commit 87f96f3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/Installation.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,13 @@ Import plugin in your main file:
1515
```js
1616
import VModal from 'vue-js-modal'
1717

18+
OR
19+
20+
import VModal from 'vue-js-modal/dist/index.nocss.js'
21+
import 'vue-js-modal/dist/styles.css'
22+
```
23+
24+
```js
1825
Vue.use(VModal)
1926
```
2027

0 commit comments

Comments
 (0)