element/packages/loading/index.js

5 lines
92 B
JavaScript
Raw Normal View History

2016-07-27 06:15:02 +00:00
import Loading from './src/directive';
Loading.name = 'loading';
module.exports = Loading;