Skip to content

Commit f3cf9a9

Browse files
committed
Build
1 parent 85eaa5b commit f3cf9a9

6 files changed

+12
-12
lines changed

dist/vue-tabs.common.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*!
2-
* vue-nav-tabs v0.5.6
2+
* vue-nav-tabs v0.5.7
33
* (c) 2018-present cristij <[email protected]>
44
* Released under the MIT License.
55
*/
@@ -83,7 +83,7 @@ var VueTabs = {
8383
this.$emit('input', tab.title);
8484
},
8585
changeTab: function changeTab(oldIndex, newIndex, route) {
86-
var oldTab = this.tabs[oldIndex];
86+
var oldTab = this.tabs[oldIndex] || {};
8787
var newTab = this.tabs[newIndex];
8888
if (newTab.disabled) return;
8989
this.activeTabIndex = newIndex;

dist/vue-tabs.common.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)