UNPKG
@qian_cheng/demo-common
Version:
latest (1.1.1)
1.1.1
vue json schema form demo公共代码
@qian_cheng/demo-common
/
schemaTypes
/
90.Test
/
index.js
14 lines
(12 loc)
•
289 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/** * Created by Liu.Jun on 2020/7/22 11:07 下午. */
export default { schema: { title:
'测试专用页'
, type:
'object'
, description:
'输入你的Schema,顶部分享按钮即可快速生成链接'
, properties: { } } };