dashboard
repositories
filestore
activity
search
login
刘苏义
/
ruoyi-api
forked from
ard/ruoyi-api
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
推送app位置优化在线离线
‘liusuyi’
2023-07-29
e94241fc70d1308ea88fec5b57e771c6ecad1cee
[~liusuyi/ruoyi-api.git]
/
ruoyi-ui
/
node_modules
/
element-ui
/
packages
/
timeline-item
/
index.js
1
2
3
4
5
6
7
8
import ElTimelineItem from '../timeline/src/item';
/* istanbul ignore next */
ElTimelineItem.install = function(Vue) {
Vue.component(ElTimelineItem.name, ElTimelineItem);
};
export default ElTimelineItem;