Tabs add on-visible-change event

Tabs add on-visible-change event
This commit is contained in:
梁灏 2016-12-20 17:12:08 +08:00
parent e9dd4dab01
commit fc640135d6
3 changed files with 8 additions and 13 deletions

View file

@ -91,6 +91,7 @@
} else {
this.$refs.drop.destroy();
}
this.$emit('on-visible-change', val);
}
},
events: {