## 加载动画组件
> 该组件目前只有一个 mask mixin

### 使用

<a href="https://magix-components.github.io/magix-components/#!/mx-loading/mask" target="_blank">在线示例</a>

### API

#### method

| 方法名 | 说明 | 入参 | 返回值 | 说明 |
| -------- | -------- | -------- | -------- | -------- |
| showLoading | 显示加载动画 | void | void | &nbsp; |
| hideLoading | 隐藏动画 | void | void | &nbsp; |

> method调用方法： this.showLoading();


