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 2219468 commit 6e890aaCopy full SHA for 6e890aa
README.md
@@ -75,6 +75,9 @@ npm install --save vue-advanced-chat
75
76
# Using yarn
77
yarn add vue-advanced-chat
78
+
79
+# Using CDN
80
+<script src="https://cdn.jsdelivr.net/npm/vue-advanced-chat@2.0.4/dist/vue-advanced-chat.umd.js"></script>
81
```
82
83
### Vue
@@ -117,6 +120,9 @@ Demo: https://github.com/antoine92190/vue-advanced-chat-sandbox/tree/angular
117
120
import { register } from 'vue-advanced-chat'
118
121
register()
119
122
123
+ // Or if you used CDN import
124
+ // window['vue-advanced-chat'].register()
125
126
export default {
127
data() {
128
return {
0 commit comments