Add timeline component.

pull/3445/head
ruibaby 2019-04-25 23:41:44 +08:00
parent ee29156b12
commit 1aa1931a17
1 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@ import {
Skeleton, Skeleton,
Comment, Comment,
ConfigProvider, ConfigProvider,
TimeLine Timeline
} from 'ant-design-vue'; } from 'ant-design-vue';
Vue.use(Anchor); Vue.use(Anchor);
@ -94,7 +94,7 @@ Vue.use(Upload);
Vue.use(Skeleton); Vue.use(Skeleton);
Vue.use(Comment); Vue.use(Comment);
Vue.use(ConfigProvider); Vue.use(ConfigProvider);
Vue.use(TimeLine); Vue.use(Timeline);
Vue.prototype.$message = message; Vue.prototype.$message = message;
Vue.prototype.$notification = notification; Vue.prototype.$notification = notification;