mirror of
https://github.com/KevinMidboe/seasoned.git
synced 2026-03-11 03:49:07 +00:00
Forgot to toggle isActive when clicked.
This commit is contained in:
@@ -23,6 +23,7 @@ export default {
|
||||
},
|
||||
methods: {
|
||||
emit() {
|
||||
this.isActive = !this.isActive;
|
||||
this.$emit('click')
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user