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 + })" >