mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
docs: fix update:model-value event doc #7649
This commit is contained in:
parent
154ef6c33c
commit
bf6e0beb02
@ -260,7 +260,7 @@ Field support all native events of input tag
|
||||
|
||||
| Event | Description | Parameters |
|
||||
| --- | --- | --- |
|
||||
| input | Emitted when input value changed | _value: string_ |
|
||||
| update:model-value | Emitted when input value changed | _value: string_ |
|
||||
| focus | Emitted when input is focused | _event: Event_ |
|
||||
| blur | Emitted when input is blured | _event: Event_ |
|
||||
| clear | Emitted when the clear icon is clicked | _event: Event_ |
|
||||
|
@ -283,7 +283,7 @@ export default {
|
||||
|
||||
| 事件 | 说明 | 回调参数 |
|
||||
| -------------------- | -------------------- | ------------------------------ |
|
||||
| input | 输入框内容变化时触发 | _value: string (当前输入的值)_ |
|
||||
| update:model-value | 输入框内容变化时触发 | _value: string (当前输入的值)_ |
|
||||
| focus | 输入框获得焦点时触发 | _event: Event_ |
|
||||
| blur | 输入框失去焦点时触发 | _event: Event_ |
|
||||
| clear | 点击清除按钮时触发 | _event: Event_ |
|
||||
|
@ -132,14 +132,14 @@ Use `action` slot to custom right button, `cancel` event will no longer be Emitt
|
||||
|
||||
### Events
|
||||
|
||||
| Event | Description | Arguments |
|
||||
| ------ | ----------------------------------------- | --------------- |
|
||||
| search | Emitted when confirming search | _value: string_ |
|
||||
| input | Emitted when input value changed | _value: string_ |
|
||||
| focus | Emitted when input is focused | _event: Event_ |
|
||||
| blur | Emitted when input is blured | _event: Event_ |
|
||||
| clear | Emitted when the clear icon is clicked | _event: Event_ |
|
||||
| cancel | Emitted when the cancel button is clicked | - |
|
||||
| Event | Description | Arguments |
|
||||
| --- | --- | --- |
|
||||
| search | Emitted when confirming search | _value: string_ |
|
||||
| update:model-value | Emitted when input value changed | _value: string_ |
|
||||
| focus | Emitted when input is focused | _event: Event_ |
|
||||
| blur | Emitted when input is blured | _event: Event_ |
|
||||
| clear | Emitted when the clear icon is clicked | _event: Event_ |
|
||||
| cancel | Emitted when the cancel button is clicked | - |
|
||||
|
||||
### Methods
|
||||
|
||||
|
@ -148,14 +148,14 @@ export default {
|
||||
|
||||
### Events
|
||||
|
||||
| 事件名 | 说明 | 回调参数 |
|
||||
| ------ | -------------------- | ------------------------------ |
|
||||
| search | 确定搜索时触发 | _value: string (当前输入的值)_ |
|
||||
| input | 输入框内容变化时触发 | _value: string (当前输入的值)_ |
|
||||
| focus | 输入框获得焦点时触发 | _event: Event_ |
|
||||
| blur | 输入框失去焦点时触发 | _event: Event_ |
|
||||
| clear | 点击清除按钮后触发 | _event: Event_ |
|
||||
| cancel | 点击取消按钮时触发 | - |
|
||||
| 事件名 | 说明 | 回调参数 |
|
||||
| ------------------ | -------------------- | ------------------------------ |
|
||||
| search | 确定搜索时触发 | _value: string (当前输入的值)_ |
|
||||
| update:model-value | 输入框内容变化时触发 | _value: string (当前输入的值)_ |
|
||||
| focus | 输入框获得焦点时触发 | _event: Event_ |
|
||||
| blur | 输入框失去焦点时触发 | _event: Event_ |
|
||||
| clear | 点击清除按钮后触发 | _event: Event_ |
|
||||
| cancel | 点击取消按钮时触发 | - |
|
||||
|
||||
### 方法
|
||||
|
||||
|
@ -160,12 +160,12 @@ export default {
|
||||
|
||||
### Events
|
||||
|
||||
| Event | Description | Arguments |
|
||||
| ---------- | ------------------------------ | ------------------- |
|
||||
| input | Emitted when value is changing | value: current rate |
|
||||
| change | Emitted after value changed | value: current rate |
|
||||
| drag-start | Emitted when start draging | - |
|
||||
| drag-end | Emitted when end draging | - |
|
||||
| Event | Description | Arguments |
|
||||
| ------------------ | ------------------------------ | ------------------- |
|
||||
| update:model-value | Emitted when value is changing | value: current rate |
|
||||
| change | Emitted after value changed | value: current rate |
|
||||
| drag-start | Emitted when start draging | - |
|
||||
| drag-end | Emitted when end draging | - |
|
||||
|
||||
### Slots
|
||||
|
||||
|
@ -166,12 +166,12 @@ export default {
|
||||
|
||||
### Events
|
||||
|
||||
| 事件名 | 说明 | 回调参数 |
|
||||
| ---------- | ------------------------ | --------------- |
|
||||
| input | 进度变化时实时触发 | value: 当前进度 |
|
||||
| change | 进度变化且结束拖动后触发 | value: 当前进度 |
|
||||
| drag-start | 开始拖动时触发 | - |
|
||||
| drag-end | 结束拖动时触发 | - |
|
||||
| 事件名 | 说明 | 回调参数 |
|
||||
| ------------------ | ------------------------ | --------------- |
|
||||
| update:model-value | 进度变化时实时触发 | value: 当前进度 |
|
||||
| change | 进度变化且结束拖动后触发 | value: 当前进度 |
|
||||
| drag-start | 开始拖动时触发 | - |
|
||||
| drag-end | 结束拖动时触发 | - |
|
||||
|
||||
### Slots
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user