11
This commit is contained in:
@ -31,7 +31,7 @@ export default {
|
||||
setActiveIndex(id) {
|
||||
if (this.activeIndex !== id) {
|
||||
this.activeIndex = id;
|
||||
this.$bus.emit("setActiveIndex", this.activeIndex);
|
||||
this.$bus.$emit("setActiveIndex", this.activeIndex);
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user