You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
368 B

{
"type": "page",
"title": "代码编辑器",
"subTitle": "使用的monaco-editor,用到了 worker, 如果控制台没有报错,说明一起正常。",
"body": [
{
"type": "form",
"controls": [
{
"type": "editor",
"name": "js",
"label": "Javascript",
"size": "md"
}
]
}
]
}