From 75b18759d6044d474d553697ef301ed6f294305c Mon Sep 17 00:00:00 2001 From: Valentyne Stigloher Date: Wed, 16 Oct 2024 11:06:46 +0200 Subject: [PATCH] (refactor) accept pronoun usages by string in --- components/PronounGroup.vue | 26 ++++++++---------------- components/SimplePronounList.vue | 35 +++++++++++++++++++------------- pages/pronouns/any.vue | 3 ++- pages/pronouns/ask.vue | 17 +--------------- pages/pronouns/pronoun.vue | 6 +++++- 5 files changed, 38 insertions(+), 49 deletions(-) diff --git a/components/PronounGroup.vue b/components/PronounGroup.vue index 6347dc662..73108637d 100644 --- a/components/PronounGroup.vue +++ b/components/PronounGroup.vue @@ -1,32 +1,24 @@