Update src/client/components/notification.vue

Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
This commit is contained in:
tamaina 2020-06-03 13:42:32 +09:00 committed by GitHub
parent 7e093aee5e
commit 2480fcdc53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ export default Vue.extend({
id: this.notification.id id: this.notification.id
}); });
entries.map(({ target }) => observer.unobserve(target)); entries.map(({ target }) => observer.unobserve(target));
}) });
this.readObserver.observe(this.$el); this.readObserver.observe(this.$el);