afd8856·vor 4 Jahren·discussJust mentioning SlateJS which has [decorations](https://docs.slatejs.org/concepts/09-rendering#decorations) for this
afd8856·vor 9 Jahren·discussSomewhat magical.All bound expressions in Vue are javascript expressions. Names are typically bound on "this", which is the component instance. So the above expression is equivalent to this.toggleVar = !this.toggleVar.