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