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'; +