UNPKG

element3

Version:

A Component Library for Vue3

9 lines (6 loc) 176 B
import ElTimeline from './Timeline' /* istanbul ignore next */ ElTimeline.install = function (app) { app.component(ElTimeline.name, ElTimeline) } export default ElTimeline