mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
add unit test
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
*/
|
||||
handleTabClick(index, el) {
|
||||
if (el.disabled) {
|
||||
el.$emit('disabled', index);
|
||||
this.$emit('disabled', index);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user