From 284ef54e3bf28f93324509a7bb200380122e3a6c Mon Sep 17 00:00:00 2001 From: Aleksandr Statciuk Date: Sun, 5 Sep 2021 05:03:38 +0300 Subject: [PATCH] Update index.html --- .gh-pages/index.html | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.gh-pages/index.html b/.gh-pages/index.html index b2a13947..47abf301 100644 --- a/.gh-pages/index.html +++ b/.gh-pages/index.html @@ -65,6 +65,7 @@ class="card mb-3 is-shadowless" style="border: 1px solid #dbdbdb" x-data="{ + count: 0, get countryChannels() { if (!_query) return country.channels @@ -74,6 +75,9 @@ } }" x-show="countryChannels.length > 0" + x-init="$watch('countryChannels', value => { + count = value.length + })" >
-
+