mirror of
https://github.com/youzan/vant.git
synced 2026-04-04 02:00:25 +08:00
Doc: add usage guide
This commit is contained in:
@@ -38,6 +38,13 @@ export default {
|
||||
|
||||
## Picker 选择器
|
||||
|
||||
### 使用指南
|
||||
``` javascript
|
||||
import { Picker } from 'vant';
|
||||
|
||||
Vue.component(Picker.name, Picker);
|
||||
```
|
||||
|
||||
### 代码演示
|
||||
|
||||
#### 基础用法
|
||||
|
||||
Reference in New Issue
Block a user