mirror of
https://github.com/pure-admin/vue-pure-admin.git
synced 2025-11-21 14:13: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) {
|
||||
|
||||
Reference in New Issue
Block a user