feat: add anchor、tabs、treeSelect Components

This commit is contained in:
xiaoxian521
2022-03-10 00:36:11 +08:00
parent 8d539d4c21
commit 2e5667f652
7 changed files with 356 additions and 14 deletions

View File

@@ -48,5 +48,8 @@ export default {
hsFail: "Fail Page",
hsIconSelect: "Icon Select",
hsTimeline: "Time Line",
hsLineTree: "LineTree"
hsLineTree: "LineTree",
hsAntTabs: "Imitate Antdv Tabs",
hsAntAnchor: "Imitate Antdv Anchor",
hsAntTreeSelect: "Imitate Antdv TreeSelector"
};

View File

@@ -48,5 +48,8 @@ export default {
hsFail: "失败页面",
hsIconSelect: "图标选择器",
hsTimeline: "时间线",
hsLineTree: "树形连接线"
hsLineTree: "树形连接线",
hsAntTabs: "仿antdv标签页",
hsAntAnchor: "仿antdv锚点",
hsAntTreeSelect: "仿antdv树型选择器"
};