- This is a pre-alpha version.
- Many features are still unstable or completely missing.
-
- Check out the code repository for more information.
-
+
{{ note.title }}
@@ -16,12 +16,6 @@ export default defineComponent({ name: 'Notifications', props: { notifications: Array - }, - computed: { - notDismissedNotes (): Notification[] { - const notes = this.notifications as Notification[] - return notes.filter(note => !note.dismissed) - } } })