mip-validator
Version:
27 lines (26 loc) • 664 B
JSON
[
{
"message": "标签 'select' 只能是标签 'mip-form' 的子级标签",
"code": "06200901",
"line": 13,
"col": 1,
"offset": 551,
"input": "<select>"
},
{
"message": "标签 'option' 只能是标签 'mip-form' 的子级标签",
"code": "06200901",
"line": 14,
"col": 5,
"offset": 564,
"input": " <option>1</option>"
},
{
"message": "标签 'option' 只能是标签 'mip-form' 的子级标签",
"code": "06200901",
"line": 15,
"col": 5,
"offset": 587,
"input": " <option>2</option>"
}
]