diff --git a/src/components/ui/SeasonedButton.vue b/src/components/ui/SeasonedButton.vue index 20fbbc5..286f5ab 100644 --- a/src/components/ui/SeasonedButton.vue +++ b/src/components/ui/SeasonedButton.vue @@ -13,6 +13,7 @@ export default { }, methods: { emit() { + this.active = !this.active; this.$emit('click') } }