cloud-admin-template
Version:
base on vue cloud-ui.vusion
28 lines • 1.5 kB
JSON
{
"symbol": "lcap-clock",
"name": "时间",
"icon": "time-picker",
"jsonSchema": {
"name": "lcap-clock",
"title": "时间",
"description": "时间显示器",
"category": "Display",
"screenShot": "https://static-vusion.163yun.com/packages/lcap-clock@0.1.0/screenshots/0.png,https://static-vusion.163yun.com/packages/lcap-clock@0.1.0/screenshots/1.png",
"blocks": "[{\"title\":\"基本用法\",\"description\":\"\",\"code\":\"<template>\\n<lcap-clock></lcap-clock>\\n</template>\\n\"},{\"title\":\"格式化设置\",\"description\":\"\",\"code\":\"<template>\\n<lcap-clock format=\\\"YYYY-MM-DD\\\"></lcap-clock>\\n</template>\\n\"}]",
"attrs": [
{
"name": "format",
"type": "string",
"default": "YYYY-MM-DD HH:mm",
"description": "支持对时间格式化"
}
],
"children": []
},
"description": "时间显示器",
"labels": [
"Display"
],
"screenShot": "https://static-vusion.163yun.com/packages/lcap-clock@0.1.0/screenshots/0.png,https://static-vusion.163yun.com/packages/lcap-clock@0.1.0/screenshots/1.png",
"blocks": "[{\"title\":\"基本用法\",\"description\":\"\",\"code\":\"<template>\\n<lcap-clock></lcap-clock>\\n</template>\\n\"},{\"title\":\"格式化设置\",\"description\":\"\",\"code\":\"<template>\\n<lcap-clock format=\\\"YYYY-MM-DD\\\"></lcap-clock>\\n</template>\\n\"}]"
}