diff --git a/README.md b/README.md index 66b13a7..b7d98e5 100644 --- a/README.md +++ b/README.md @@ -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 `` component was added.