diff options
| author | taehoon <th.dev91@gmail.com> | 2019-08-20 17:00:28 -0400 |
|---|---|---|
| committer | taehoon <th.dev91@gmail.com> | 2019-08-20 17:00:28 -0400 |
| commit | 65579796ed430bdf2ac4ecc7403120f316e69b23 (patch) | |
| tree | 1584051669363ded5dc3c7d0c8980d2a070f91b0 /src/components/extra_buttons/extra_buttons.vue | |
| parent | 92a0c475f796989098bf84c813900c0fd89da7d0 (diff) | |
show three dot button only if needed
Diffstat (limited to 'src/components/extra_buttons/extra_buttons.vue')
| -rw-r--r-- | src/components/extra_buttons/extra_buttons.vue | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/extra_buttons/extra_buttons.vue b/src/components/extra_buttons/extra_buttons.vue index 1b48540e..ed0f3aa4 100644 --- a/src/components/extra_buttons/extra_buttons.vue +++ b/src/components/extra_buttons/extra_buttons.vue @@ -1,5 +1,6 @@ <template> <v-popover + v-if="canDelete || canMute || canPin" trigger="click" placement="top" class="extra-button-popover" |
