From c0cb144876cc2870b75f8de20f5bab68204a0860 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miroslav=20=C5=A0ediv=C3=BD?= Date: Tue, 10 Nov 2020 19:59:51 +0100 Subject: [PATCH] toggle switch inverse. --- src/app.vue | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/app.vue b/src/app.vue index 01a9fdb6..3960946b 100644 --- a/src/app.vue +++ b/src/app.vue @@ -73,8 +73,7 @@ - - + @@ -239,7 +238,7 @@ url: string = 'ws://192.168.1.20:3000/' pass: string = 'admin' name: string = 'test' - + connect() { this.neko.connect(this.url, this.pass, this.name) }