This commit is contained in:
@@ -3,7 +3,12 @@
|
||||
<slot name="dash-title">
|
||||
<v-toolbar flat dense>
|
||||
<template v-if="showMoreButton">
|
||||
<v-btn text icon @click="$emit('dash-more-click', id)">
|
||||
<v-btn
|
||||
text
|
||||
icon
|
||||
color="primary"
|
||||
@click="$emit('dash-more-click', id)"
|
||||
>
|
||||
<template v-if="count > 0">
|
||||
<v-badge overlap>
|
||||
<template v-slot:badge>
|
||||
@@ -46,6 +51,15 @@
|
||||
</template>
|
||||
|
||||
<v-list>
|
||||
<v-list-item
|
||||
v-if="showMoreButton"
|
||||
@click="$emit('dash-more-click', id)"
|
||||
>
|
||||
<v-list-item-content>
|
||||
<v-list-item-title>{{ $ay.t("More") }}</v-list-item-title>
|
||||
</v-list-item-content>
|
||||
</v-list-item>
|
||||
|
||||
<v-list-item v-if="hasAddUrl" :to="addUrl">
|
||||
<v-list-item-icon>
|
||||
<v-icon>$ayiPlus</v-icon>
|
||||
|
||||
Reference in New Issue
Block a user