Hi, I can't use emit change it's not working when I want to change the tab with emit.
trigerNextClick() { let newTabIndex = this.currentTabIndex + 1; let oldTabIndex = this.currentTabIndex; // this.onChangeCurrentTab(newTabIndex, oldTabIndex); this.$emit("change", newTabIndex, oldTabIndex); // this.$refs.wizard; },
Hi, I can't use emit change it's not working when I want to change the tab with emit. trigerNextClick() { let newTabIndex = this.currentTabIndex + 1; let oldTabIndex = this.currentTabIndex; // this.onChangeCurrentTab(newTabIndex, oldTabIndex); this.$emit("change", newTabIndex, oldTabIndex); // this.$refs.wizard; },