summaryrefslogtreecommitdiff
path: root/demo/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'demo/index.html')
-rw-r--r--demo/index.html13
1 files changed, 5 insertions, 8 deletions
diff --git a/demo/index.html b/demo/index.html
index 06e83d3..b409ee4 100644
--- a/demo/index.html
+++ b/demo/index.html
@@ -9,8 +9,9 @@
<script async src="https://ga.jspm.io/npm:es-module-shims@1.6.2/dist/es-module-shims.js"></script>
<script type="importmap">{ "imports": {
"vue": "https://cdnjs.cloudflare.com/ajax/libs/vue/3.2.45/vue.esm-browser.prod.min.js",
- "graffiti-vue": "https://graffiti.garden/graffiti-js/plugins/vue/plugin.js"
+ "graffiti-vue": "../plugins/vue/plugin.js"
}}</script>
+ <!--"graffiti-vue": "https://graffiti.garden/graffiti-js/plugins/vue/plugin.js"-->
<script type="module">
import { createApp } from 'vue'
import { Name, SetMyName } from './components/name.js'
@@ -28,10 +29,6 @@
<h1>Graffiti Demo</h1>
- <p>
- This demonstrates use of the <a href="">graffiti-js</a> library Vue interface.
- </p>
-
<h2>Connection Status</h2>
<p>
@@ -60,13 +57,13 @@
<h2>Chatting</h2>
- <chat :tags="['demo']"></chat>
+ <chat></chat>
<h2>Moderation</h2>
- <h2>Context</h2>
-
<h2>Private Messages</h2>
+
+ <h2>Tagging</h2>
</body>
</html>