From b5a1fdd4c7597ebdd4ab6022e189da9ca3451dbb Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 27 Jul 2020 08:46:21 +0900 Subject: refactor(client): Do not mutate prop directly Related #6595 --- src/client/components/note.vue | 91 +++++++++------------- .../components/reactions-viewer.reaction.vue | 14 +++- src/client/components/reactions-viewer.vue | 24 ++++-- src/client/components/timeline.vue | 4 +- 4 files changed, 67 insertions(+), 66 deletions(-) (limited to 'src/client/components') diff --git a/src/client/components/note.vue b/src/client/components/note.vue index f3e2bb8ba9..dc3cce9e57 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -1,7 +1,7 @@