X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2Fcomponents%2FConnectivityChecker.vue;h=d5f8f80c27e60787c47ec8de9c67d802e428baa5;hb=5b727eee020b9d734f60fd37f840ea47f83fb23e;hp=a91a8098457710423df60d74cf676c1f23a25f0b;hpb=5fa6b6cfa6b3010279ead23088add5c5664e8ac0;p=github%2Fbastienwirtz%2Fhomer.git diff --git a/src/components/ConnectivityChecker.vue b/src/components/ConnectivityChecker.vue index a91a809..d5f8f80 100644 --- a/src/components/ConnectivityChecker.vue +++ b/src/components/ConnectivityChecker.vue @@ -44,7 +44,7 @@ export default { that.offline = true; }) .finally(function () { - that.$emit("network:status-update", that.offline); + that.$emit("network-status-update", that.offline); }); }, },