From 6c5aceb884f38e8360e894581d1ee79aa54aca99 Mon Sep 17 00:00:00 2001 From: leave <> Date: Thu, 22 Oct 2020 18:56:19 +0800 Subject: [PATCH] no message --- .eslintrc.js | 3 +- src/components/PopupRight/index.vue | 117 ++++++++------- .../edit/components/process.vue | 141 ++++++++++-------- .../workbench/initiateAssessment/index.vue | 136 ++++++++++++++--- 4 files changed, 266 insertions(+), 131 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 22fdce8..ace9615 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -11,7 +11,7 @@ module.exports = { extends: [ // https://github.com/vuejs/eslint-plugin-vue#priority-a-essential-error-prevention // consider switching to `plugin:vue/strongly-recommended` or `plugin:vue/recommended` for stricter rules. - 'plugin:vue/essential', + 'plugin:vue/essential', // https://github.com/standard/standard/blob/master/docs/RULES-en.md 'standard' ], @@ -21,6 +21,7 @@ module.exports = { ], // add your custom rules here rules: { + 'no-unused-vars': 'off', // allow async-await 'generator-star-spacing': 'off', // allow debugger during development diff --git a/src/components/PopupRight/index.vue b/src/components/PopupRight/index.vue index c8834bd..3970090 100644 --- a/src/components/PopupRight/index.vue +++ b/src/components/PopupRight/index.vue @@ -1,16 +1,29 @@