mirror of
https://github.com/youzan/vant.git
synced 2025-12-24 02:02:09 +08:00
[Doc] default slot name
This commit is contained in:
@@ -85,6 +85,6 @@ Use slot to add custom contents.
|
||||
|
||||
| Name | Description |
|
||||
|------|------|
|
||||
| - | Custom left content |
|
||||
| default | Custom left content |
|
||||
| top | Custom top content |
|
||||
| tip | Custom tips |
|
||||
|
||||
@@ -80,7 +80,7 @@ Vue.use(SubmitBar);
|
||||
|
||||
### Event
|
||||
|
||||
| 事件名 | 说明 | 参数 |
|
||||
| 事件名 | 说明 | 回调参数 |
|
||||
|------|------|------|
|
||||
| submit | 按钮点击事件回调 | - |
|
||||
|
||||
@@ -88,6 +88,6 @@ Vue.use(SubmitBar);
|
||||
|
||||
| 名称 | 说明 |
|
||||
|------|------|
|
||||
| - | 自定义订单栏左侧内容 |
|
||||
| default | 自定义订单栏左侧内容 |
|
||||
| top | 自定义订单栏上方内容 |
|
||||
| tip | 提示文案中的额外操作和说明 |
|
||||
|
||||
Reference in New Issue
Block a user