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