From ffa87084f1915f6d24b0b24a6f9c209c9e0dce7d Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Tue, 23 Nov 2021 09:47:44 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20"v-model=E4=B8=8D=E6=94=AF=E6=8C=81"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 1 + src/views/user/SignIn.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 54a3bfa..49e9e64 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -27,6 +27,7 @@ module.exports = { 'no-unused-expressions': 'off', 'vue/no-mutating-props': 'off', 'vue/no-multiple-template-root': 'off', + 'vue/no-v-model-argument': 'off', 'no-shadow': ['error', { builtinGlobals: false, hoist: 'functions', allow: [] }], 'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off', diff --git a/src/views/user/SignIn.vue b/src/views/user/SignIn.vue index d1f1542..6d3e59c 100644 --- a/src/views/user/SignIn.vue +++ b/src/views/user/SignIn.vue @@ -7,11 +7,11 @@ - + - + 登录