/
githubmirror
/
element
Обзор
Документация
Войти
/
githubmirror
/
element
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
packages/loading/index.js
11 строк
204 B
qingwei.li
Loading: fix export module
18 ноя 2016, 15:03
18 ноя 2016, 15:03
3003aaa
Код
Авторство
О чём код?
import directive from './src/directive'; import service from './src/index'; export default { install(Vue) { Vue.use(directive); Vue.prototype.$loading = service; }, directive, service };