NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/domhandler/test/cases/12-text_only.json
2023-09-14 14:47:11 +08:00

11 lines
160 B
JSON

{
"name": "Only text",
"options": {},
"html": "this is the text",
"expected": [
{
"data": "this is the text",
"type": "text"
}
]
}