done
This commit is contained in:
@@ -30,10 +30,10 @@ export default {
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
classNames () {
|
||||
classNames() {
|
||||
return {
|
||||
'is-select': this.mark == this.$parent.computedActiveKey ? true : false
|
||||
}
|
||||
'is-select': this.mark === this.$parent.computedActiveKey
|
||||
};
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user