From b5a1fdd4c7597ebdd4ab6022e189da9ca3451dbb Mon Sep 17 00:00:00 2001 From: syuilo Date: Mon, 27 Jul 2020 08:46:21 +0900 Subject: [PATCH] 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 +- src/client/scripts/paging.ts | 10 +- 5 files changed, 73 insertions(+), 70 deletions(-) diff --git a/src/client/components/note.vue b/src/client/components/note.vue index f3e2bb8ba..dc3cce9e5 100644 --- a/src/client/components/note.vue +++ b/src/client/components/note.vue @@ -1,7 +1,7 @@