mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-15 14:03:36 +08:00
feat: add timeline
This commit is contained in:
@@ -50,6 +50,8 @@ import {
|
||||
ElColorPicker,
|
||||
ElSelect,
|
||||
ElOption,
|
||||
ElTimeline,
|
||||
ElTimelineItem,
|
||||
// 指令
|
||||
ElLoading,
|
||||
ElInfiniteScroll
|
||||
@@ -108,7 +110,9 @@ const components = [
|
||||
ElLink,
|
||||
ElColorPicker,
|
||||
ElSelect,
|
||||
ElOption
|
||||
ElOption,
|
||||
ElTimeline,
|
||||
ElTimelineItem
|
||||
];
|
||||
|
||||
export function useElementPlus(app: App) {
|
||||
|
||||
@@ -46,5 +46,6 @@ export default {
|
||||
hsResult: "Result Page",
|
||||
hsSuccess: "Success Page",
|
||||
hsFail: "Fail Page",
|
||||
hsIconSelect: "Icon Select"
|
||||
hsIconSelect: "Icon Select",
|
||||
hsTimeline: "Time Line"
|
||||
};
|
||||
|
||||
@@ -46,5 +46,6 @@ export default {
|
||||
hsResult: "结果页面",
|
||||
hsSuccess: "成功页面",
|
||||
hsFail: "失败页面",
|
||||
hsIconSelect: "图标选择器"
|
||||
hsIconSelect: "图标选择器",
|
||||
hsTimeline: "时间线"
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user