fix(Sidebar): should emit change when v-model changed (#6383)
This commit is contained in:
@@ -31,7 +31,7 @@ export default createComponent({
|
||||
|
||||
this.$emit('click', this.index);
|
||||
this.parent.$emit('input', this.index);
|
||||
this.parent.$emit('change', this.index);
|
||||
this.parent.setIndex(this.index);
|
||||
route(this.$router, this);
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user