We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06305b6 commit 472fe15Copy full SHA for 472fe15
src/components/VueToggle.vue
@@ -29,7 +29,7 @@ export default {
29
},
30
31
methods: {
32
- toggle: () => this.toggled = !this.toggled,
+ toggle() { this.toggled = !this.toggled },
33
34
}
35
</script>
0 commit comments