From ff698a26a4ad483c1724b7036950e0212ebeb2d3 Mon Sep 17 00:00:00 2001 From: Avris Date: Fri, 30 Jul 2021 12:51:12 +0200 Subject: [PATCH] #236 [pl][terms] add a key --- components/InclusiveDictionary.vue | 4 +- components/Term.vue | 61 +++++++++++++++++++++++++++ components/TermsDictionary.vue | 45 +------------------- components/TermsSubmitForm.vue | 12 +++++- server/routes/terms.js | 68 ++++++++++++++++++++++-------- src/classes.js | 5 ++- 6 files changed, 130 insertions(+), 65 deletions(-) create mode 100644 components/Term.vue diff --git a/components/InclusiveDictionary.vue b/components/InclusiveDictionary.vue index 099842de..098b014d 100644 --- a/components/InclusiveDictionary.vue +++ b/components/InclusiveDictionary.vue @@ -56,9 +56,9 @@ diff --git a/components/Term.vue b/components/Term.vue new file mode 100644 index 00000000..7bfa89e1 --- /dev/null +++ b/components/Term.vue @@ -0,0 +1,61 @@ + + + diff --git a/components/TermsDictionary.vue b/components/TermsDictionary.vue index 639de865..e81644b9 100644 --- a/components/TermsDictionary.vue +++ b/components/TermsDictionary.vue @@ -39,53 +39,12 @@