mirror of
https://akkoma.dev/AkkomaGang/akkoma-fe
synced 2025-05-23 03:19:13 +08:00
lint
This commit is contained in:
parent
59d046b163
commit
38d9ea8b17
2 changed files with 2 additions and 2 deletions
src/components/emoji_input
|
@ -1,9 +1,9 @@
|
||||||
<template>
|
<template>
|
||||||
<div
|
<div
|
||||||
|
ref="root"
|
||||||
v-click-outside="onClickOutside"
|
v-click-outside="onClickOutside"
|
||||||
class="emoji-input"
|
class="emoji-input"
|
||||||
:class="{ 'with-picker': !hideEmojiButton }"
|
:class="{ 'with-picker': !hideEmojiButton }"
|
||||||
ref='root'
|
|
||||||
>
|
>
|
||||||
<slot />
|
<slot />
|
||||||
<template v-if="enableEmojiPicker">
|
<template v-if="enableEmojiPicker">
|
||||||
|
|
Loading…
Reference in a new issue