二期组件挖坑

pull/26/head
afc163 10 years ago
parent f4b226075f
commit 51ac1b3617

@ -0,0 +1,6 @@
# Accordion
- category: Components
- chinese: 折叠面板
---

@ -0,0 +1,6 @@
# BreadCrumb
- category: CSS
- chinese: 面包屑
---

@ -0,0 +1,6 @@
# Dropzone
- category: Components
- chinese: 拖入区
---

@ -0,0 +1,7 @@
# InputNumber
- category: Components
- chinese: 数字输入框
---

@ -0,0 +1,7 @@
# Message
- category: Components
- chinese: 全局提示
---

@ -0,0 +1,8 @@
# Pagenation
- category: Components
- chinese: 分页
---

@ -0,0 +1,7 @@
# Popconfirm
- category: Components
- chinese: 气泡确认框
---

@ -0,0 +1,7 @@
# Popover
- category: Components
- chinese: 气泡卡片
---

@ -0,0 +1,6 @@
# Step
- category: Components
- chinese: 步骤
---

@ -0,0 +1,7 @@
# Table
- category: Components
- chinese: 数据表格
---

@ -43,7 +43,9 @@ module.exports = function(nico) {
return; return;
} }
return item.meta.category; return item.meta.category;
})); })).sort(function(a, b) {
return a - b;
});
}, },
find_demo_in_component: function(pages, directory) { find_demo_in_component: function(pages, directory) {
var ret = []; var ret = [];

Loading…
Cancel
Save