mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[new feature] Tabs: support switch tabs with swipe gestrue in the content (#694)
This commit is contained in:
@@ -103,6 +103,7 @@ export default create({
|
||||
onInput(event) {
|
||||
const { value } = event.target;
|
||||
this.currentValue = value ? this.correctValue(+value) : value;
|
||||
event.target.value = this.currentValue;
|
||||
this.emitInput();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user