mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-06 03:57:59 +08:00
662 B
662 B
Loading
Install
import { Loading } from 'vant';
Vue.use(Loading);
Usage
Type
<van-loading />
<van-loading type="spinner" />
Color
<van-loading color="#1989fa" />
<van-loading type="spinner" color="#1989fa" />
Text
<van-loading size="24px">Loading...</van-loading>
API
Attribute | Description | Type | Default |
---|---|---|---|
color | Loading color | String |
#c9c9c9 |
type | Can be set to spinner |
String |
circular |
size | Size | String |
30px |
Slot
Name | Description |
---|---|
default | Loading text |