docs: fix grammar errors (#7594)
This commit is contained in:
@@ -166,7 +166,7 @@ export default createComponent({
|
||||
this.setIndex(index, true);
|
||||
|
||||
// compatible with desktop scenario
|
||||
// use setTimeout to skip the click event triggered after touchstart
|
||||
// use setTimeout to skip the click event Emitted after touchstart
|
||||
setTimeout(() => {
|
||||
this.moving = false;
|
||||
}, 0);
|
||||
|
||||
Reference in New Issue
Block a user