diff --git a/pages/neutratywy.vue b/pages/neutratywy.vue index 457d1f57a..f0ea4b301 100644 --- a/pages/neutratywy.vue +++ b/pages/neutratywy.vue @@ -76,7 +76,19 @@ - + + + + + + + + + + + + + @@ -99,7 +111,8 @@ - + + {{ w }} @@ -188,6 +201,15 @@ + + + + + + Nie znaleziono słów spełniających podane kryterium. + + + @@ -260,6 +282,9 @@ } }, this); }, + visibleNouns() { + return Object.values(this.nouns).filter(n => n.matches(this.filter)); + }, nounsCountApproved() { return Object.values(this.nouns).filter(n => n.approved).length; },