mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-01 20:29:29 +00:00
fix typo
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user