mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-08-07 21:19:45 +08:00
[Doc] fix Search cancel event spelling
This commit is contained in:
parent
ed11471b68
commit
d2cba5e7ba
@ -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"
|
||||||
/>
|
/>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user