mirror of
https://github.com/youzan/vant.git
synced 2026-04-13 02:06:46 +08:00
[improvement] replace icons (#2304)
This commit is contained in:
@@ -30,22 +30,6 @@ export default {
|
||||
}
|
||||
```
|
||||
|
||||
#### Description
|
||||
|
||||
```html
|
||||
<van-steps
|
||||
:active="active"
|
||||
icon="logistics"
|
||||
title="Title"
|
||||
description="Description"
|
||||
>
|
||||
<van-step>Step1</van-step>
|
||||
<van-step>Step2</van-step>
|
||||
<van-step>Step3</van-step>
|
||||
<van-step>Step4</van-step>
|
||||
</van-steps>
|
||||
```
|
||||
|
||||
#### Vertical Steps
|
||||
|
||||
```html
|
||||
|
||||
Reference in New Issue
Block a user