afd8856·4 ปีที่แล้ว·discussJust mentioning SlateJS which has [decorations](https://docs.slatejs.org/concepts/09-rendering#decorations) for this
afd8856·9 ปีที่แล้ว·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.