iview [Feature Request] Col components often prompt x-invalid-end-tag errors in the use of vscode

oymdgrw7  于 9个月前  发布在  Vscode
关注(0)|答案(1)|浏览(85)

What problem does this feature solve?

Col 组件 在vscode使用过程中经常提示 x-invalid-end-tag 错误

  1. {
  2. "message": "\n[vue/no-parsing-error]\nParsing error: x-invalid-end-tag.",
  3. "source": "eslint-plugin-vue"
  4. }

What does the proposed API look like?

<Col> </Col> 不再提示报错

qybjjes1

qybjjes11#

Translation of this issue:

What problem does this feature solve?

Col components often prompt x-invalid-end-tag errors in the use of vscode

{
"Message": " n [vue/no-parsing-error] nParsing error: x-invalid-end-tag."
"Source": "eslint-plugin-vue"
}

What does the proposed API look like?

<Col> </Col> No more error reporting

展开查看全部

相关问题