Skip to content

Commit 1407e28

Browse files
committed
docs: cdn installation
1 parent d9258fc commit 1407e28

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/guide/installation.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ look sample above.
5151
```html
5252
<script src="https://cdnjs.cloudflare.com/ajax/libs/axios/0.19.2/axios.min.js"></script>
5353
<script src="https://unpkg.com/vue-chimera@latest/dist/vue-chimera.min.js"></script>
54+
<script>
55+
Vue.use(VueChimera)
56+
</script>
5457
```
5558
If you use old browser style and `Vue` is publicly exposed as global variable
5659
just add `dist/vue-chimera.min.js` script tag to your HTML file and everything would be fine to go on.

0 commit comments

Comments
 (0)