From ffd8e44a3eb2154cddb29ee37d12024416ae8777 Mon Sep 17 00:00:00 2001 From: "Grigorii K. Shartsev" Date: Thu, 11 Jan 2024 11:44:57 +0100 Subject: [PATCH] fix: remove duplicating `t` method registration It is already added to prototype. Having properties (e.g. computed) for this method in instances throws exception: > The computed property "t" is already defined as a method. Signed-off-by: Grigorii K. Shartsev --- src/components/Suggestion/SuggestionListWrapper.vue | 2 ++ src/nodes/Table/TableCellView.vue | 1 - src/nodes/Table/TableHeaderView.vue | 1 - src/nodes/Table/TableView.vue | 3 --- 4 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/components/Suggestion/SuggestionListWrapper.vue b/src/components/Suggestion/SuggestionListWrapper.vue index 288e5728722..cd81b3e11ab 100644 --- a/src/components/Suggestion/SuggestionListWrapper.vue +++ b/src/components/Suggestion/SuggestionListWrapper.vue @@ -42,6 +42,8 @@