添加组件及页面
This commit is contained in:
@@ -79,6 +79,7 @@
|
||||
"description": "卡片组件",
|
||||
"attributes": {
|
||||
"customStyle": { "type": "String" },
|
||||
"showAll": { "type": "Boolean" },
|
||||
"className": { "type": "String" },
|
||||
"headerStyle": { "type": "String" },
|
||||
"contentStyle": { "type": "String" }
|
||||
@@ -160,7 +161,8 @@
|
||||
"select-plugin": {
|
||||
"description": "选择组件",
|
||||
"attributes": {
|
||||
"mode": { "type": "String", "values": [ "single", "multiple" ] },
|
||||
"title": { "type": "String" },
|
||||
"value": { "type": "any" },
|
||||
"options": { "type": "array" },
|
||||
"bind:change": { "type": "Event" }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user