仪表盘
版本库
文件存储
活动
搜索
登录
admin
/
JDUE
京东领导驾驶舱
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
初始化代码库
13693261870
2023-06-21
cdf12fc9e88b1af69f5c85165eb9fef4e23bf57a
[~admin/JDUE.git]
/
JDUE
/
public
/
UE
/
element-ui
/
packages
/
loading
/
index.js
1
2
3
4
5
6
7
8
9
10
11
import directive from './src/directive';
import service from './src/index';
export default {
install(Vue) {
Vue.use(directive);
Vue.prototype.$loading = service;
},
directive,
service
};