From f1a88b5dcb9f8dea9862695f0fb8a28f4d40577d Mon Sep 17 00:00:00 2001 From: jadezi <46995667+jadezi@users.noreply.github.com> Date: Fri, 29 Nov 2019 13:06:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=97=A0=E6=B3=95=E8=8E=B7?= =?UTF-8?q?=E5=8F=96=E6=98=B5=E7=A7=B0=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 1a4b4a2..a249253 100644 --- a/src/App.vue +++ b/src/App.vue @@ -289,7 +289,7 @@ export default { } }, login(){ - this.nickname = this.this.nickname.trim(); + this.nickname = this.nickname.trim(); if(!this.nickname){ this.$message({type: 'error', message: '请输入您的昵称'}) return;