diff --git a/jeecgboot-vue3/.eslintrc.js b/jeecgboot-vue3/.eslintrc.js index 5fcac9eb6..8b8635589 100644 --- a/jeecgboot-vue3/.eslintrc.js +++ b/jeecgboot-vue3/.eslintrc.js @@ -67,8 +67,8 @@ module.exports = defineConfig({ { html: { void: 'always', - normal: 'never', - component: 'always', + normal: 'any', + component: 'any', }, svg: 'always', math: 'always',