diff --git a/public/js/components/Tabs.js b/public/js/components/Tabs.js index 850bdacae..1467f96f9 100644 --- a/public/js/components/Tabs.js +++ b/public/js/components/Tabs.js @@ -60,7 +60,7 @@ export default { methods: { handleTabClick: function(index) { let keys = Object.keys(this.tabs); - this.change(key[index]); + this.change(keys[index]); }, change(key) { this.$emit("change", key)