Browse Source

fix name of new HelpNotificationsView class

kb/add-usage-guide
Trent Larson 10 months ago
parent
commit
a6bb036ceb
  1. 2
      src/views/HelpNotificationsView.vue

2
src/views/HelpNotificationsView.vue

@ -59,7 +59,7 @@ interface Notification {
} }
@Component({ components: { QuickNav } }) @Component({ components: { QuickNav } })
export default class Help extends Vue { export default class HelpNotificationsView extends Vue {
$notify!: (notification: Notification, timeout?: number) => void; $notify!: (notification: Notification, timeout?: number) => void;
} }
</script> </script>

Loading…
Cancel
Save