We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9258fc commit 1407e28Copy full SHA for 1407e28
docs/guide/installation.md
@@ -51,6 +51,9 @@ look sample above.
51
```html
52
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.19.2/axios.min.js"></script>
53
<script src="https://unpkg.com/vue-chimera@latest/dist/vue-chimera.min.js"></script>
54
+<script>
55
+Vue.use(VueChimera)
56
+</script>
57
```
58
If you use old browser style and `Vue` is publicly exposed as global variable
59
just add `dist/vue-chimera.min.js` script tag to your HTML file and everything would be fine to go on.
0 commit comments