From d949d87cdd172a2052c893acdad8d2be0227457d Mon Sep 17 00:00:00 2001 From: ibuler Date: Mon, 20 Apr 2020 19:55:07 +0800 Subject: [PATCH] =?UTF-8?q?[Update]=20=E6=B7=BB=E5=8A=A0lodash=E5=88=B0?= =?UTF-8?q?=E5=85=A8=E5=B1=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 4 ++++ src/components/ActionsGroup/index.vue | 2 +- .../ListTable/formatters/ActionsFormatter.vue | 16 ++++++++++++++-- .../components/GenericDetailPage/index.vue | 9 ++++++--- src/main.js | 5 +++++ 5 files changed, 30 insertions(+), 6 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 64de64cac..636e06962 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -10,6 +10,10 @@ module.exports = { es6: true }, extends: ['plugin:vue/recommended', 'eslint:recommended'], + globals: { + window: true, + _: true + }, // add your custom rules here // it is base on https://github.com/vuejs/eslint-config-vue diff --git a/src/components/ActionsGroup/index.vue b/src/components/ActionsGroup/index.vue index ca24110ec..3db0df59d 100644 --- a/src/components/ActionsGroup/index.vue +++ b/src/components/ActionsGroup/index.vue @@ -1,7 +1,7 @@