mirror of https://github.com/halo-dev/halo
Add timeline component.
parent
0f2f72a1e3
commit
ee29156b12
|
@ -47,6 +47,7 @@ import {
|
||||||
Skeleton,
|
Skeleton,
|
||||||
Comment,
|
Comment,
|
||||||
ConfigProvider,
|
ConfigProvider,
|
||||||
|
TimeLine
|
||||||
} from 'ant-design-vue';
|
} from 'ant-design-vue';
|
||||||
|
|
||||||
Vue.use(Anchor);
|
Vue.use(Anchor);
|
||||||
|
@ -93,6 +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.prototype.$message = message;
|
Vue.prototype.$message = message;
|
||||||
Vue.prototype.$notification = notification;
|
Vue.prototype.$notification = notification;
|
||||||
|
|
Loading…
Reference in New Issue