diff --git a/src/components/CalculatorTabs.vue b/src/components/CalculatorTabs.vue index fb1bc32d..01fd74b7 100755 --- a/src/components/CalculatorTabs.vue +++ b/src/components/CalculatorTabs.vue @@ -7,7 +7,7 @@ class="tab" :class="{ active: index === activeIndex }" :title="calculatorTitle(calculator.attacker, calculator.defender)" - @click="$emit('selectTab', index)" + @click="emit('selectTab', index)" > {{ calculatorTitle(calculator.attacker, calculator.defender) }} @@ -16,7 +16,7 @@