Iview input tag error x-invalid-end-tag

I just made a simple login screen with two input boxes and user name / password

when using iview, for the first time.

error report: XMuiMeiidAfter i-input, it will be fine after changing it, but it will be fine for other builders to use, for example, is it because Input conflicts with the native? Have you ever met?

I don"t want to use i-input instead, but I don"t know what the problem is. Please advise

Mar.14,2021

if you are configuring with Vetur. Eslintrc.js does not use
Vetur automatically uses eslint-plugin-vue for linting < template >. Linting configuration is based on eslint-plugin-vue's essential rule set.
can only turn off its own eslint-plugin-vue [vetur.validation.template: false]
and then [yarn add-D eslint eslint-plugin-vue]
and reconfigure .eslint rc
portals linting-error


.eslintrc.js rules plus

"vue/no-parsing-error": [2, { "x-invalid-end-tag": false }]
For other explanations, please see iview--issue

.

this guy is right, let's disable it

Menu