fix Collapse can not open async

This commit is contained in:
梁灏 2019-12-16 10:19:15 +08:00
parent 01a4abe8ce
commit 253c7010c9

View file

@ -64,6 +64,7 @@
},
mounted () {
this.mounted = true;
this.$parent.setActive();
}
};
</script>