feat: add timeline

This commit is contained in:
xiaoxian521
2022-03-05 20:53:36 +08:00
parent c749149c2f
commit 7f5aeed4d1
7 changed files with 156 additions and 3 deletions

View File

@@ -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) {