This commit is contained in:
@@ -1,9 +1,20 @@
|
||||
<template>
|
||||
<v-sheet color="white" elevation="4" height="300" style="overflow: hidden;">
|
||||
<!-- todo: need type icon and badge with count options in title bar (badge is icon?) -->
|
||||
<slot name="dash-title">
|
||||
<v-toolbar flat dense>
|
||||
<v-toolbar-title> {{ title }}</v-toolbar-title>
|
||||
|
||||
<v-spacer></v-spacer>
|
||||
<v-btn text icon to="/home-notifications" data-cy="notification">
|
||||
<v-badge :value="23 > 0">
|
||||
<template v-slot:badge>
|
||||
23
|
||||
</template>
|
||||
<v-icon>$ayiSplotch</v-icon>
|
||||
</v-badge>
|
||||
</v-btn>
|
||||
|
||||
<v-spacer></v-spacer>
|
||||
|
||||
<!-- <v-btn icon>
|
||||
|
||||
Reference in New Issue
Block a user