2020-09-28 11:46:26 +08:00
..
2020-03-21 14:46:02 +08:00
2020-01-24 10:12:19 +08:00
2020-09-19 23:27:03 +08:00
2020-09-28 11:46:26 +08:00
2020-09-28 11:46:26 +08:00

Loading

Install

import { createApp } from 'vue';
import { Loading } from 'vant';

const app = createApp();
app.use(Loading);

Usage

Type

<van-loading />

<van-loading type="spinner" />

Color

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

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

Size

<van-loading size="24" />

<van-loading type="spinner" size="24px" />

Text

<van-loading size="24px">Loading...</van-loading>

Vertical

<van-loading size="24px" vertical>Loading...</van-loading>

API

Props

Attribute Description Type Default
color Loading color string #c9c9c9
type Can be set to spinner string circular
size Icon size number | string 30px
text-size Text font size number | string 14px
vertical Whether to arrange icons and text content vertically boolean false

Slots

Name Description
default Loading text