Improve action buttons behaviour in the menu
This commit is contained in:
parent
0a8d7ea659
commit
c5f2c3ac9e
5 changed files with 26 additions and 5 deletions
|
|
@ -60,7 +60,7 @@
|
|||
/>
|
||||
</component>
|
||||
<span
|
||||
v-if="!extra && button.counter?.(funcArg) > 0"
|
||||
v-if="button.counter?.(funcArg) > 0"
|
||||
class="action-counter"
|
||||
>
|
||||
{{ button.counter?.(funcArg) }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue