lint
This commit is contained in:
parent
e1c6149941
commit
b0a0560dbd
10 changed files with 55 additions and 35 deletions
|
|
@ -67,13 +67,12 @@
|
|||
<span
|
||||
v-if="!extra && button.name === 'bookmark'"
|
||||
class="separator"
|
||||
>
|
||||
</span>
|
||||
/>
|
||||
<Popover
|
||||
v-if="button.name === 'bookmark'"
|
||||
trigger="hover"
|
||||
:placement="extra ? 'right' : 'top'"
|
||||
:trigger-attrs="{ class: 'extra-button' }"
|
||||
v-if="button.name === 'bookmark'"
|
||||
>
|
||||
<template #trigger>
|
||||
<FAIcon
|
||||
|
|
@ -84,13 +83,16 @@
|
|||
/>
|
||||
</template>
|
||||
<template #content>
|
||||
<StatusBookmarkFolderMenu v-if="button.name === 'bookmark'" :status="status" />
|
||||
<StatusBookmarkFolderMenu
|
||||
v-if="button.name === 'bookmark'"
|
||||
:status="status"
|
||||
/>
|
||||
</template>
|
||||
</Popover>
|
||||
|
||||
<EmojiPicker
|
||||
ref="picker"
|
||||
v-if="button.name === 'emoji'"
|
||||
ref="picker"
|
||||
:enable-sticker-picker="false"
|
||||
:hide-custom-emoji="hideCustomEmoji"
|
||||
class="emoji-picker-panel"
|
||||
|
|
@ -99,6 +101,6 @@
|
|||
</div>
|
||||
</template>
|
||||
|
||||
<script src="./action_button.js"/>
|
||||
<script src="./action_button.js" />
|
||||
|
||||
<style lang="scss" src="./action_button.scss"/>
|
||||
<style lang="scss" src="./action_button.scss" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue