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 @@ - + - + 登录