mip-validator
Version:
27 lines (26 loc) • 666 B
JSON
[
{
"message": "标签 'select' 只能是标签 'mip-form' 的子级标签",
"code": "06200901",
"line": 14,
"col": 2,
"offset": 583,
"input": "\t<select>"
},
{
"message": "标签 'option' 只能是标签 'mip-form' 的子级标签",
"code": "06200901",
"line": 15,
"col": 5,
"offset": 596,
"input": " <option>1</option>"
},
{
"message": "标签 'option' 只能是标签 'mip-form' 的子级标签",
"code": "06200901",
"line": 16,
"col": 5,
"offset": 619,
"input": " <option>2</option>"
}
]