import loading from './directives/loading' export default app => { app.directive(loading.name, loading.hook) }