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 0b71b27 commit 3093aa8Copy full SHA for 3093aa8
dist/demo.html
@@ -1,8 +1,10 @@
1
<meta charset="utf-8">
2
<title>vue-advanced-chat demo</title>
3
-<script src="https://unpkg.com/vue"></script>
4
-<script src="./vue-advanced-chat.js"></script>
+<script src="./vue-advanced-chat.umd.js"></script>
5
+<link rel="stylesheet" href="./vue-advanced-chat.css">
6
7
-<vue-advanced-chat></vue-advanced-chat>
8
+<script>
9
+console.log(vue-advanced-chat)
10
+</script>
0 commit comments