summaryrefslogtreecommitdiff
path: root/demo/components/chat.js
diff options
context:
space:
mode:
Diffstat (limited to 'demo/components/chat.js')
-rw-r--r--demo/components/chat.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/demo/components/chat.js b/demo/components/chat.js
index 08b478b..2d68ee0 100644
--- a/demo/components/chat.js
+++ b/demo/components/chat.js
@@ -32,7 +32,9 @@ export default {
},
template: `
- Chat Channel: <input v-model="channel"/>
+ <p>
+ Chat Channel: <input v-model="channel"/>
+ </p>
<graffiti-objects :tags="[channel]" v-slot="{objects}">
<ul v-for="object in messageObjects(objects)">