mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-09 13:53:38 +08:00
feat: add anchor、tabs、treeSelect Components
This commit is contained in:
@@ -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"
|
||||
};
|
||||
|
||||
@@ -48,5 +48,8 @@ export default {
|
||||
hsFail: "失败页面",
|
||||
hsIconSelect: "图标选择器",
|
||||
hsTimeline: "时间线",
|
||||
hsLineTree: "树形连接线"
|
||||
hsLineTree: "树形连接线",
|
||||
hsAntTabs: "仿antdv标签页",
|
||||
hsAntAnchor: "仿antdv锚点",
|
||||
hsAntTreeSelect: "仿antdv树型选择器"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user