neverland 1a7889590f
perf: remove CSS variables polyfill (#4487)
* perf: remove CSS variables polyfill

* style: fix missing calc value

* perf: reduce some useless css vars
2021-09-23 17:31:28 +08:00
..
2020-04-25 10:59:58 +08:00
2020-04-25 10:59:58 +08:00
2020-12-22 20:45:52 +08:00
2020-12-22 20:45:52 +08:00

Loading 加载

介绍

加载图标,用于表示加载中的过渡状态。

引入

app.jsonindex.json中引入组件,详细介绍见快速上手

"usingComponents": {
  "van-loading": "@vant/weapp/loading/index"
}

代码演示

加载类型

<van-loading /> <van-loading type="spinner" />

自定义颜色

<van-loading color="#1989fa" /> <van-loading type="spinner" color="#1989fa" />

加载文案

<van-loading size="24px">加载中...</van-loading>

垂直排列

<van-loading size="24px" vertical>加载中...</van-loading>

API

Props

参数 说明 类型 默认值
color 颜色 string #c9c9c9
type 类型,可选值为 spinner string circular
size 加载图标大小,默认单位为 px string | number 30px
text-size v1.0.0 文字大小,默认单位为为 px string | number 14px
vertical v1.0.0 是否垂直排列图标和文字内容 boolean false

Slots

名称 说明
- 加载文案

外部样式类

类名 说明
custom-class 根节点样式类