mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-13 11:34:02 +08:00
Timeline: add timeline component (#14248)
* Table: fix params order of row events (#12086) * Timeline: add timeline component (#11736) * Timeline: add timeline component * Timeline: add timeline component * Timeline: add test case * Timeline: fix icon class * Timeline: update docs * Timeline: fix test case * Timeline: remove pending attribute * Timeline: fix docs * Timeline: make reverse default to false * Timline: fix test case * Timeline: update element-ui.d.ts * Timeline: optimize code
This commit is contained in:
@@ -67,5 +67,7 @@
|
||||
"header": "./packages/header/index.js",
|
||||
"aside": "./packages/aside/index.js",
|
||||
"main": "./packages/main/index.js",
|
||||
"footer": "./packages/footer/index.js"
|
||||
"footer": "./packages/footer/index.js",
|
||||
"timeline": "./packages/timeline/index.js",
|
||||
"timeline-item": "./packages/timeline-item/index.js"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user