mirror of
https://github.com/youzan/vant.git
synced 2025-10-20 02:31:21 +00:00
Doc: add usage guide
This commit is contained in:
@@ -10,6 +10,13 @@
|
||||
|
||||
## Progress 进度条
|
||||
|
||||
### 使用指南
|
||||
``` javascript
|
||||
import { Progress } from 'vant';
|
||||
|
||||
Vue.component(Progress.name, Progress);
|
||||
```
|
||||
|
||||
### 代码演示
|
||||
|
||||
#### 基础用法
|
||||
|
Reference in New Issue
Block a user