After the introduction of iview into the vue-cli project, the label error is reported and the vue prompt is incorrect.

when the iview layout is introduced into the vue project, the tag error is reported, and the vue smart prompt cannot find the page

clipboard.png

:

clipboard.png
ESLintvscodeESLint

clipboard.png


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
      }
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b38409-2c103.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b38409-2c103.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?