mirror of https://github.com/ElemeFE/element
5 lines
92 B
JavaScript
5 lines
92 B
JavaScript
![]() |
import Loading from './src/directive';
|
||
|
Loading.name = 'loading';
|
||
|
|
||
|
module.exports = Loading;
|