aboutsummaryrefslogtreecommitdiff
path: root/src/components/chat_new
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2024-02-22 18:39:52 +0200
committerHenry Jameson <me@hjkos.com>2024-02-22 18:39:52 +0200
commit9bbf2e70c2abf2fe88badbab88e446c487752c77 (patch)
tree7d07cc7c000d913c3ac6831b7dcbfe303c1cb364 /src/components/chat_new
parent1640bb61e32f64badd1d781cfc2d3afab953e7d1 (diff)
lint
Diffstat (limited to 'src/components/chat_new')
-rw-r--r--src/components/chat_new/chat_new.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/chat_new/chat_new.vue b/src/components/chat_new/chat_new.vue
index e2476268..34c85a27 100644
--- a/src/components/chat_new/chat_new.vue
+++ b/src/components/chat_new/chat_new.vue
@@ -24,9 +24,9 @@
/>
</div>
<input
- class="input"
ref="search"
v-model="query"
+ class="input"
placeholder="Search people"
@input="onInput"
>