diff --git a/src/views/HelpNotificationsView.vue b/src/views/HelpNotificationsView.vue index ce9c0a1..ed4458a 100644 --- a/src/views/HelpNotificationsView.vue +++ b/src/views/HelpNotificationsView.vue @@ -59,7 +59,7 @@ interface Notification { } @Component({ components: { QuickNav } }) -export default class Help extends Vue { +export default class HelpNotificationsView extends Vue { $notify!: (notification: Notification, timeout?: number) => void; }