From 6604a5f1c53ffc3f23629d6dae66cb801e36a6c4 Mon Sep 17 00:00:00 2001 From: herenshan112 Date: Tue, 11 Oct 2022 13:50:03 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9F=BA=E7=A1=80=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 3 ++- src/main.js | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index c977505..222bf49 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -2,7 +2,8 @@ module.exports = { root: true, parserOptions: { parser: 'babel-eslint', - sourceType: 'module' + sourceType: 'module', + "requireConfigFile":false }, env: { browser: true, diff --git a/src/main.js b/src/main.js index ff2f838..5654222 100644 --- a/src/main.js +++ b/src/main.js @@ -13,7 +13,7 @@ import App from './App' import store from './store' import router from './router' -import 'handsontable/dist/handsontable.full.css'; +// import 'handsontable/dist/handsontable.full.css'; import '@/icons' // icon // import '@/permission' // permission control