mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 16:38:20 +01:00
feat: ✨ Make mention button add mention
This commit is contained in:
parent
fd16518387
commit
b2989e898e
|
|
@ -15,7 +15,7 @@
|
||||||
</div>
|
</div>
|
||||||
<FileUploader v-model:files="files" ref="uploader" />
|
<FileUploader v-model:files="files" ref="uploader" />
|
||||||
<div class="flex flex-row gap-1 border-white/20">
|
<div class="flex flex-row gap-1 border-white/20">
|
||||||
<Button title="Mention someone">
|
<Button title="Mention someone" @click="content = content + '@'">
|
||||||
<iconify-icon height="1.5rem" width="1.5rem" icon="tabler:at" aria-hidden="true" />
|
<iconify-icon height="1.5rem" width="1.5rem" icon="tabler:at" aria-hidden="true" />
|
||||||
</Button>
|
</Button>
|
||||||
<Button title="Toggle Markdown" @click="markdown = !markdown" :toggled="markdown">
|
<Button title="Toggle Markdown" @click="markdown = !markdown" :toggled="markdown">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue