mirror of
https://github.com/youzan/vant.git
synced 2025-12-11 02:04:16 +08:00
[Doc] fix Search cancel event spelling
This commit is contained in:
@@ -61,7 +61,7 @@ export default {
|
|||||||
:actions="actions"
|
:actions="actions"
|
||||||
cancel-text="Cancel"
|
cancel-text="Cancel"
|
||||||
@select="onSelect"
|
@select="onSelect"
|
||||||
@calcel="onCancel"
|
@cancel="onCancel"
|
||||||
/>
|
/>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
@@ -64,7 +64,7 @@ export default {
|
|||||||
:actions="actions"
|
:actions="actions"
|
||||||
cancel-text="取消"
|
cancel-text="取消"
|
||||||
@select="onSelect"
|
@select="onSelect"
|
||||||
@calcel="onCancel"
|
@cancel="onCancel"
|
||||||
/>
|
/>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user