# 功能说明

loading加载组件。

# 使用示例

this.$Loading.show();

setTimeout(() => {
  this.$Loading.hide();
}, 2000);