# HttpBusy

与HttpStore绑定的Busy组件，当HttpStore处于忙状态时，显示正在工作。

## 用法

用默认slot显示正常组件即可。

```html
<http-busy>
  <div>正常组件</div>
</http-busy>
```
