when the iview layout is introduced into the vue project, the tag error is reported, and the vue smart prompt cannot find the page
:
ESLintvscodeESLint
when the iview layout is introduced into the vue project, the tag error is reported, and the vue smart prompt cannot find the page
:
ESLintvscodeESLint
screenshot is taken completely.
but this error, you can see at a glance, there is no < MenuItem > or you typed something wrong, and the tag pair is not matched with
add this rule to rules
in the eslintrc.json
file
"vue/no-parsing-error": [
2,
{
"x-invalid-end-tag": false
}
Previous: Please tell me how to configure babel so that only import? can be converted.
Next: How does element add background color to table's thead?