From 9ad0005c87ffbb812eb0d01b81e3fdabb0e0d757 Mon Sep 17 00:00:00 2001 From: Megghy Date: Wed, 26 Apr 2023 23:33:38 +0800 Subject: [PATCH] test --- .eslintrc.js | 1 + src/views/IndexView.vue | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index bddfa0b..b780846 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -15,5 +15,6 @@ module.exports = { 'no-console': process.env.NODE_ENV === 'production' ? 'warn' : 'off', 'no-debugger': process.env.NODE_ENV === 'production' ? 'warn' : 'off', 'import/no-extraneous-dependencies': ['error', { devDependencies: true }], + 'linebreak-style': ['off', 'windows'], }, }; diff --git a/src/views/IndexView.vue b/src/views/IndexView.vue index 93df21a..601cbd6 100644 --- a/src/views/IndexView.vue +++ b/src/views/IndexView.vue @@ -5,5 +5,5 @@ \ No newline at end of file +import { NButton } from 'naive-ui'; +