Removed unused var
parent
1ecdcf58b4
commit
5ee6a94e29
|
@ -67,7 +67,6 @@ export default {
|
||||||
findActiveTabIndex() {
|
findActiveTabIndex() {
|
||||||
if (this.model) {
|
if (this.model) {
|
||||||
for (let i = 0; i < this.model.length; i++) {
|
for (let i = 0; i < this.model.length; i++) {
|
||||||
let item = this.model[i];
|
|
||||||
if (this.isActive(this.model[i])) {
|
if (this.isActive(this.model[i])) {
|
||||||
return i;
|
return i;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue