diff --git a/Step/wwwroot/src/modules/heads/head.ts b/Step/wwwroot/src/modules/heads/head.ts index 67954480..ac43b135 100644 --- a/Step/wwwroot/src/modules/heads/head.ts +++ b/Step/wwwroot/src/modules/heads/head.ts @@ -62,11 +62,11 @@ export default class head1 extends Vue { return null; } - public ovverridePlus(){ - this.$emit("ovverridePlus"); + public overridePlus(){ + this.$emit("overridePlus"); } - public ovverrideMinus(){ - this.$emit("ovverrideMinus"); + public overrideMinus(){ + this.$emit("overrideMinus"); } } diff --git a/Step/wwwroot/src/modules/heads/head.vue b/Step/wwwroot/src/modules/heads/head.vue index f9d6c9aa..f19607da 100644 --- a/Step/wwwroot/src/modules/heads/head.vue +++ b/Step/wwwroot/src/modules/heads/head.vue @@ -11,7 +11,7 @@