summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/NotificationsAlerts.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/NotificationsAlerts.vue')
-rw-r--r--webapp/src/components/NotificationsAlerts.vue3
1 files changed, 1 insertions, 2 deletions
diff --git a/webapp/src/components/NotificationsAlerts.vue b/webapp/src/components/NotificationsAlerts.vue
index 8e5bea6..58dddab 100644
--- a/webapp/src/components/NotificationsAlerts.vue
+++ b/webapp/src/components/NotificationsAlerts.vue
@@ -17,7 +17,7 @@
<template>
<div>
- <v-menu v-model="menu" offset-y left :close-on-content-click="false" :nudge-bottom="10" content-class="notifications" attach="attachToElement">
+ <v-menu v-model="menu" offset-y left :close-on-content-click="false" :nudge-bottom="10" content-class="notifications" attach>
<v-btn icon slot="activator">
<v-badge :value="!menu && newAlertCount" color="red darken-3" bottom>
<span slot="badge">{{newAlertCount}}</span>
@@ -63,7 +63,6 @@ import { mapState, mapMutations } from 'vuex'
export default {
name: 'NotificationsAlerts',
- props: ['attachToElement'],
data () {
return {
menu: false