16:58

# Loading - 加载框

说明

此组件为弹窗加载提示,比如请求loading等

# 平台差异说明

App H5 微信小程序

# 基本使用

<template>
	<au-loading :show="true"></au-loading>
</template>

# API

# Props

名称 说明 类型 默认值 可选值
show 是否显示 Boolean false true
text 加载文案 String - 加载中
direction 展示方向 String vertical horizontal
duration 显示时间 Number 0(一直显示) 毫秒数
cancel-time 可取消时间(点击空白区域可取消loading时间) Number 10000 -