img elements must have an alt prop, either with meaningful text, or an empty string for decorative images vuejs-accessibility/alt-text
Search for the keywords to learn more about each warning.
To ignore, add // eslint-disable-next-line to the line before.
这是说你的img标签中没有添加alt 属性
已选择头像:<img src={icon} alt="es-lint want to get"/>