Removed unused var

pull/358/head
cagataycivici 2020-06-25 11:29:25 +03:00
parent 1ecdcf58b4
commit 5ee6a94e29
1 changed files with 0 additions and 1 deletions

View File

@ -67,7 +67,6 @@ export default {
findActiveTabIndex() {
if (this.model) {
for (let i = 0; i < this.model.length; i++) {
let item = this.model[i];
if (this.isActive(this.model[i])) {
return i;
}