Update README.md

This commit is contained in:
Yev Vlasenko
2017-11-11 11:00:25 +00:00
committed by GitHub
parent b8523a53aa
commit f181c4cfd9

View File

@@ -84,6 +84,12 @@ methods: {
}
```
If you use **Bower** package manager - you will have to initialize library differently:
```
Vue.use(window["vue-js-modal"].default);
```
### Dialog
In version `1.2.8`, the `<v-dialog/>` component was added.